#670720

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

Shades of Pohutukawa #670720

Tints of Pohutukawa #670720

Color information

#670720 (or 0x670720) is unknown color: approx Pohutukawa. HEX triplet: 67, 07 and 20. RGB value is (103,7,32). Sum of RGB (Red+Green+Blue) = 103+7+32=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #670720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670720 is #98F8DF. Grayscale: #262626. Windows color (decimal): -10025184 or 2099047. OLE color: 2099047.

HSL color Cylindrical-coordinate representation of color #670720: hue angle of 344.38º 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 #670720 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB103732-
CMYK00.930.690.60
HSL344.38º87.27%21.57%-
HSV(B)344.38º93.2%40.39%-
XYZ5.933.141.66-
YUV38.55124.3173.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.54%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=72.54%
G=4.93%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10373200.930.690.60344.3887.2721.57
Hex6772005D453C1585716
Octal14774001351057453012726
Binary1100111111100000010111011000101111100101011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670720; }

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

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

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

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

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

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

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

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