#670A28

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

Shades of Pohutukawa #670A28

Tints of Pohutukawa #670A28

Color information

#670A28 (or 0x670A28) is unknown color: approx Pohutukawa. HEX triplet: 67, 0A and 28. RGB value is (103,10,40). Sum of RGB (Red+Green+Blue) = 103+10+40=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #670A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A28 is #98F5D7. Grayscale: #292929. Windows color (decimal): -10024408 or 2624103. OLE color: 2624103.

HSL color Cylindrical-coordinate representation of color #670A28: hue angle of 340.65º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A28 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB1031040-
CMYK00.900.610.60
HSL340.65º82.3%22.16%-
HSV(B)340.65º90.29%40.39%-
XYZ6.093.252.31-
YUV41.23127.31172.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.32%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=67.32%
G=6.54%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103104000.900.610.60340.6582.322.16
Hex67A2805A3D3C1555216
Octal14712500132757452512226
Binary1100111101010100001011010111101111100101010101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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