#67122C

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

Shades of Pohutukawa #67122C

Tints of Pohutukawa #67122C

Color information

#67122C (or 0x67122C) is unknown color: approx Pohutukawa. HEX triplet: 67, 12 and 2C. RGB value is (103,18,44). Sum of RGB (Red+Green+Blue) = 103+18+44=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #67122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67122C is #98EDD3. Grayscale: #2E2E2E. Windows color (decimal): -10022356 or 2888295. OLE color: 2888295.

HSL color Cylindrical-coordinate representation of color #67122C: hue angle of 341.65º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67122C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB1031844-
CMYK00.830.570.60
HSL341.65º70.25%23.73%-
HSV(B)341.65º82.52%40.39%-
XYZ6.263.52.73-
YUV46.38126.66168.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.42%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=62.42%
G=10.91%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103184400.830.570.60341.6570.2523.73
Hex67122C053393C1564618
Octal14722540123717452610630
Binary11001111001010110001010011111001111100101010110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67122C; }

 p { color: rgb(103,18,44); }

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

<style>
 a { background-color: #67122C; }

 a { background-color: rgb(103,18,44); }

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

<style>
 span { border-color: #67122C; }

 span { border-color: rgb(103,18,44); }

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