#670821

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

Shades of Pohutukawa #670821

Tints of Pohutukawa #670821

Color information

#670821 (or 0x670821) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 21. RGB value is (103,8,33). Sum of RGB (Red+Green+Blue) = 103+8+33=144 (19% of max value = 765). Red value is 103 (40.62% from 255 or 71.53% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 103 - color contains mainly: red. Hex color #670821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670821 is #98F7DE. Grayscale: #272727. Windows color (decimal): -10024927 or 2164839. OLE color: 2164839.

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

Color convert

RGB103833-
CMYK00.920.680.60
HSL344.21º85.59%21.76%-
HSV(B)344.21º92.23%40.39%-
XYZ5.953.171.74-
YUV39.25124.47173.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 71.53%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=71.53%
G=5.56%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10383300.920.680.60344.2185.5921.76
Hex6782105C443C1585616
Octal147104101341047453012626
Binary11001111000100001010111001000100111100101011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670821; }

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

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

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

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

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

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

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

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