#670824

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

Shades of Pohutukawa #670824

Tints of Pohutukawa #670824

Color information

#670824 (or 0x670824) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 24. RGB value is (103,8,36). Sum of RGB (Red+Green+Blue) = 103+8+36=147 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.07% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 103 - color contains mainly: red. Hex color #670824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670824 is #98F7DB. Grayscale: #272727. Windows color (decimal): -10024924 or 2361447. OLE color: 2361447.

HSL color Cylindrical-coordinate representation of color #670824: hue angle of 342.32º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670824 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB103836-
CMYK00.920.650.60
HSL342.32º85.59%21.76%-
HSV(B)342.32º92.23%40.39%-
XYZ63.181.97-
YUV39.6125.97173.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 70.07%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 36 (14.45% from 255) = 24.49%
R=70.07%
G=5.44%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10383600.920.650.60342.3285.5921.76
Hex6782405C413C1565616
Octal147104401341017452612626
Binary11001111000100100010111001000001111100101010110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670824; }

 p { color: rgb(103,8,36); }

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

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

 a { background-color: rgb(103,8,36); }

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

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

 span { border-color: rgb(103,8,36); }

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