#670B26

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

Shades of Pohutukawa #670B26

Tints of Pohutukawa #670B26

Color information

#670B26 (or 0x670B26) is unknown color: approx Pohutukawa. HEX triplet: 67, 0B and 26. RGB value is (103,11,38). Sum of RGB (Red+Green+Blue) = 103+11+38=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #670B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B26 is #98F4D9. Grayscale: #292929. Windows color (decimal): -10024154 or 2493287. OLE color: 2493287.

HSL color Cylindrical-coordinate representation of color #670B26: hue angle of 342.39º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B26 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1031138-
CMYK00.890.630.60
HSL342.39º80.7%22.35%-
HSV(B)342.39º89.32%40.39%-
XYZ6.063.262.14-
YUV41.59125.98171.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.76%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 38 (15.23% from 255) = 25%
R=67.76%
G=7.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103113800.890.630.60342.3980.722.35
Hex67B260593F3C1565116
Octal14713460131777452612126
Binary1100111101110011001011001111111111100101010110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670B26; }

 p { color: rgb(103,11,38); }

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

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

 a { background-color: rgb(103,11,38); }

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

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

 span { border-color: rgb(103,11,38); }

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