#67151D

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

Shades of Pohutukawa #67151D

Tints of Pohutukawa #67151D

Color information

#67151D (or 0x67151D) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 1D. RGB value is (103,21,29). Sum of RGB (Red+Green+Blue) = 103+21+29=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67151D is #98EAE2. Grayscale: #2E2E2E. Windows color (decimal): -10021603 or 1906023. OLE color: 1906023.

HSL color Cylindrical-coordinate representation of color #67151D: hue angle of 354.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67151D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1032129-
CMYK00.800.720.60
HSL354.15º66.13%24.31%-
HSV(B)354.15º79.61%40.39%-
XYZ6.083.511.52-
YUV46.43118.17168.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=67.32%
G=13.73%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103212900.800.720.60354.1566.1324.31
Hex67151D050483C1624218
Octal147253501201107454210230
Binary11001111010111101010100001001000111100101100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67151D; }

 p { color: rgb(103,21,29); }

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

<style>
 a { background-color: #67151D; }

 a { background-color: rgb(103,21,29); }

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

<style>
 span { border-color: #67151D; }

 span { border-color: rgb(103,21,29); }

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