#670921

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

Shades of Pohutukawa #670921

Tints of Pohutukawa #670921

Color information

#670921 (or 0x670921) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 21. RGB value is (103,9,33). Sum of RGB (Red+Green+Blue) = 103+9+33=145 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.03% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 103 - color contains mainly: red. Hex color #670921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670921 is #98F6DE. Grayscale: #272727. Windows color (decimal): -10024671 or 2165095. OLE color: 2165095.

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

Color convert

RGB103933-
CMYK00.910.680.60
HSL344.68º83.93%21.96%-
HSV(B)344.68º91.26%40.39%-
XYZ5.973.191.74-
YUV39.84124.14173.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.03%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=71.03%
G=6.21%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10393300.910.680.60344.6883.9321.96
Hex6792105B443C1595416
Octal147114101331047453112426
Binary11001111001100001010110111000100111100101011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670921; }

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

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

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

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

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

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

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

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