#68102A

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

Shades of Pohutukawa #68102A

Tints of Pohutukawa #68102A

Color information

#68102A (or 0x68102A) is unknown color: approx Pohutukawa. HEX triplet: 68, 10 and 2A. RGB value is (104,16,42). Sum of RGB (Red+Green+Blue) = 104+16+42=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #68102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68102A is #97EFD5. Grayscale: #2D2D2D. Windows color (decimal): -9957334 or 2756712. OLE color: 2756712.

HSL color Cylindrical-coordinate representation of color #68102A: hue angle of 342.27º 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 #68102A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB1041642-
CMYK00.850.600.59
HSL342.27º73.33%23.53%-
HSV(B)342.27º84.62%40.78%-
XYZ6.313.482.53-
YUV45.28126.15169.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 16 (6.64% from 255) = 9.88%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=64.20%
G=9.88%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104164200.850.600.59342.2773.3323.53
Hex68102A0553C3B1564918
Octal15020520125747352611130
Binary11010001000010101001010101111100111011101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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