#68101A

Color #68101A Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68101A

Tints of Pohutukawa #68101A

Color information

#68101A (or 0x68101A) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 1A. RGB value is (104,16,26). Sum of RGB (Red+Green+Blue) = 104+16+26=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #68101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68101A is #97EFE5. Grayscale: #2B2B2B. Windows color (decimal): -9957350 or 1708136. OLE color: 1708136.

HSL color Cylindrical-coordinate representation of color #68101A: hue angle of 353.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68101A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1041626-
CMYK00.850.750.59
HSL353.18º73.33%23.53%-
HSV(B)353.18º84.62%40.78%-
XYZ6.083.391.31-
YUV43.45118.15171.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 16 (6.64% from 255) = 10.96%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=71.23%
G=10.96%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104162600.850.750.59353.1873.3323.53
Hex68101A0554B3B1614918
Octal150203201251137354111130
Binary11010001000011010010101011001011111011101100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68101A; }

 p { color: rgb(104,16,26); }

 H1.HeaderClassName
 {
   color: #68101A;
 }
 .AnyTagClassName
 {
   color: #68101A;
 }
</style>
background-color css

<style>
 a { background-color: #68101A; }

 a { background-color: rgb(104,16,26); }

 div.DivClassName
 {
   background-color: #68101A;
 }
 .BgClassName
 {
   background-color: #68101A;
 }
</style>
border-color css

<style>
 span { border-color: #68101A; }

 span { border-color: rgb(104,16,26); }

 td.TdClassName
 {
   border-color: #68101A;
 }
 .TagClassName
 {
   border-color: #68101A;
 }
</style>