#67131C

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

Shades of Pohutukawa #67131C

Tints of Pohutukawa #67131C

Color information

#67131C (or 0x67131C) is unknown color: approx Pohutukawa. HEX triplet: 67, 13 and 1C. RGB value is (103,19,28). Sum of RGB (Red+Green+Blue) = 103+19+28=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #67131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67131C is #98ECE3. Grayscale: #2D2D2D. Windows color (decimal): -10022116 or 1839975. OLE color: 1839975.

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

Color convert

RGB1031928-
CMYK00.820.730.60
HSL353.57º68.85%23.92%-
HSV(B)353.57º81.55%40.39%-
XYZ6.043.431.44-
YUV45.14118.33169.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.67%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=68.67%
G=12.67%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103192800.820.730.60353.5768.8523.92
Hex67131C052493C1624518
Octal147233401221117454210530
Binary11001111001111100010100101001001111100101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,19,28); }

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

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

 a { background-color: rgb(103,19,28); }

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

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

 span { border-color: rgb(103,19,28); }

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