#670828

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

Shades of Pohutukawa #670828

Tints of Pohutukawa #670828

Color information

#670828 (or 0x670828) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 28. RGB value is (103,8,40). Sum of RGB (Red+Green+Blue) = 103+8+40=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #670828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670828 is #98F7D7. Grayscale: #282828. Windows color (decimal): -10024920 or 2623591. OLE color: 2623591.

HSL color Cylindrical-coordinate representation of color #670828: hue angle of 339.79º 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 #670828 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB103840-
CMYK00.920.610.60
HSL339.79º85.59%21.76%-
HSV(B)339.79º92.23%40.39%-
XYZ6.063.212.31-
YUV40.05127.97172.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 68.21%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=68.21%
G=5.30%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10384000.920.610.60339.7985.5921.76
Hex6782805C3D3C1545616
Octal14710500134757452412626
Binary1100111100010100001011100111101111100101010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670828; }

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

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

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

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

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

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

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

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