#670508

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

Shades of Pohutukawa #670508

Tints of Pohutukawa #670508

Color information

#670508 (or 0x670508) is unknown color: approx Pohutukawa. HEX triplet: 67, 05 and 08. RGB value is (103,5,8). Sum of RGB (Red+Green+Blue) = 103+5+8=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670508 is #98FAF7. Grayscale: #222222. Windows color (decimal): -10025720 or 525671. OLE color: 525671.

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

Color convert

RGB10358-
CMYK00.950.920.60
HSL358.16º90.74%21.18%-
HSV(B)358.16º95.15%40.39%-
XYZ5.693.010.51-
YUV34.64112.97176.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 88.79%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=88.79%
G=4.31%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1035800.950.920.60358.1690.7421.18
Hex675805F5C3C1665b15
Octal14751001371347454613325
Binary11001111011000010111111011100111100101100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670508; }

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

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

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

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

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

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

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

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