#671821

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

Shades of Pohutukawa #671821

Tints of Pohutukawa #671821

Color information

#671821 (or 0x671821) is unknown color: approx Pohutukawa. HEX triplet: 67, 18 and 21. RGB value is (103,24,33). Sum of RGB (Red+Green+Blue) = 103+24+33=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #671821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671821 is #98E7DE. Grayscale: #303030. Windows color (decimal): -10020831 or 2168935. OLE color: 2168935.

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

Color convert

RGB1032433-
CMYK00.770.680.60
HSL353.16º62.2%24.9%-
HSV(B)353.16º76.7%40.39%-
XYZ6.193.651.82-
YUV48.65119.17166.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=64.38%
G=15%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103243300.770.680.60353.1662.224.9
Hex67182104D443C1613e19
Octal14730410115104745417631
Binary11001111100010000101001101100010011110010110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671821; }

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

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

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

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

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

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

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

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