#670722

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

Shades of Pohutukawa #670722

Tints of Pohutukawa #670722

Color information

#670722 (or 0x670722) is unknown color: approx Pohutukawa. HEX triplet: 67, 07 and 22. RGB value is (103,7,34). Sum of RGB (Red+Green+Blue) = 103+7+34=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #670722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670722 is #98F8DD. Grayscale: #262626. Windows color (decimal): -10025182 or 2230119. OLE color: 2230119.

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

Color convert

RGB103734-
CMYK00.930.670.60
HSL343.12º87.27%21.57%-
HSV(B)343.12º93.2%40.39%-
XYZ5.963.151.81-
YUV38.78125.3173.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=71.53%
G=4.86%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10373400.930.670.60343.1287.2721.57
Hex6772205D433C1575716
Octal14774201351037452712726
Binary1100111111100010010111011000011111100101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670722; }

 p { color: rgb(103,7,34); }

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

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

 a { background-color: rgb(103,7,34); }

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

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

 span { border-color: rgb(103,7,34); }

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