#67121B

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

Shades of Pohutukawa #67121B

Tints of Pohutukawa #67121B

Color information

#67121B (or 0x67121B) is unknown color: approx Pohutukawa. HEX triplet: 67, 12 and 1B. RGB value is (103,18,27). Sum of RGB (Red+Green+Blue) = 103+18+27=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #67121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67121B is #98EDE4. Grayscale: #2C2C2C. Windows color (decimal): -10022373 or 1774183. OLE color: 1774183.

HSL color Cylindrical-coordinate representation of color #67121B: hue angle of 353.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 #67121B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1031827-
CMYK00.830.740.60
HSL353.65º70.25%23.73%-
HSV(B)353.65º82.52%40.39%-
XYZ6.013.41.38-
YUV44.44118.16169.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.59%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=69.59%
G=12.16%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103182700.830.740.60353.6570.2523.73
Hex67121B0534A3C1624618
Octal147223301231127454210630
Binary11001111001011011010100111001010111100101100010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67121B; }

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

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

<style>
 a { background-color: #67121B; }

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

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

<style>
 span { border-color: #67121B; }

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

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