#67152a

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

Shades of Pohutukawa #67152A

Tints of Pohutukawa #67152A

Color information

#67152A (or 0x67152A) is unknown color: approx Pohutukawa. HEX triplet: 67, 15 and 2A. RGB value is (103,21,42). Sum of RGB (Red+Green+Blue) = 103+21+42=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #67152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67152A is #98EAD5. Grayscale: #2F2F2F. Windows color (decimal): -10021590 or 2757991. OLE color: 2757991.

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

Color convert

RGB1032142-
CMYK00.800.590.60
HSL344.63º66.13%24.31%-
HSV(B)344.63º79.61%40.39%-
XYZ6.283.592.55-
YUV47.91124.67167.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 62.05%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=62.05%
G=12.65%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103214200.800.590.60344.6366.1324.31
Hex67152A0503B3C1594218
Octal14725520120737453110230
Binary11001111010110101001010000111011111100101011001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67152a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67152a; }

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

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

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

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

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

<style>
 span { border-color: #67152a; }

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

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