#68182A

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

Shades of Pohutukawa #68182A

Tints of Pohutukawa #68182A

Color information

#68182A (or 0x68182A) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 2A. RGB value is (104,24,42). Sum of RGB (Red+Green+Blue) = 104+24+42=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182A is #97E7D5. Grayscale: #313131. Windows color (decimal): -9955286 or 2758760. OLE color: 2758760.

HSL color Cylindrical-coordinate representation of color #68182A: hue angle of 346.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68182A is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1042442-
CMYK00.770.600.59
HSL346.5º62.5%25.1%-
HSV(B)346.5º76.92%40.78%-
XYZ6.453.762.58-
YUV49.97123.5166.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=61.18%
G=14.12%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104244200.770.600.59346.562.525.1
Hex68182A04D3C3B15a3e19
Octal1503052011574735327631
Binary1101000110001010100100110111110011101110101101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,24,42); }

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

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

 a { background-color: rgb(104,24,42); }

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

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

 span { border-color: rgb(104,24,42); }

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