#670915

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

Shades of Pohutukawa #670915

Tints of Pohutukawa #670915

Color information

#670915 (or 0x670915) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 15. RGB value is (103,9,21). Sum of RGB (Red+Green+Blue) = 103+9+21=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #670915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670915 is #98F6EA. Grayscale: #262626. Windows color (decimal): -10024683 or 1378663. OLE color: 1378663.

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

Color convert

RGB103921-
CMYK00.910.800.60
HSL352.34º83.93%21.96%-
HSV(B)352.34º91.26%40.39%-
XYZ5.833.131.01-
YUV38.47118.14174.02-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 77.44%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=77.44%
G=6.77%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10392100.910.800.60352.3483.9321.96
Hex6791505B503C1605416
Octal147112501331207454012426
Binary1100111100110101010110111010000111100101100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670915; }

 p { color: rgb(103,9,21); }

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

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

 a { background-color: rgb(103,9,21); }

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

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

 span { border-color: rgb(103,9,21); }

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