#67092A

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

Shades of Pohutukawa #67092A

Tints of Pohutukawa #67092A

Color information

#67092A (or 0x67092A) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 2A. RGB value is (103,9,42). Sum of RGB (Red+Green+Blue) = 103+9+42=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67092A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67092A is #98F6D5. Grayscale: #282828. Windows color (decimal): -10024662 or 2754919. OLE color: 2754919.

HSL color Cylindrical-coordinate representation of color #67092A: hue angle of 338.94º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67092A is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB103942-
CMYK00.910.590.60
HSL338.94º83.93%21.96%-
HSV(B)338.94º91.26%40.39%-
XYZ6.113.252.5-
YUV40.87128.64172.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.88%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=66.88%
G=5.84%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10394200.910.590.60338.9483.9321.96
Hex6792A05B3B3C1535416
Octal14711520133737452312426
Binary1100111100110101001011011111011111100101010011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67092A; }

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

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

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

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

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

<style>
 span { border-color: #67092A; }

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

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