#671322

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

Shades of Pohutukawa #671322

Tints of Pohutukawa #671322

Color information

#671322 (or 0x671322) is unknown color: approx Pohutukawa. HEX triplet: 67, 13 and 22. RGB value is (103,19,34). Sum of RGB (Red+Green+Blue) = 103+19+34=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #671322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671322 is #98ECDD. Grayscale: #2D2D2D. Windows color (decimal): -10022110 or 2233191. OLE color: 2233191.

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

Color convert

RGB1031934-
CMYK00.820.670.60
HSL349.29º68.85%23.92%-
HSV(B)349.29º81.55%40.39%-
XYZ6.123.461.86-
YUV45.83121.33168.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=66.03%
G=12.18%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103193400.820.670.60349.2968.8523.92
Hex671322052433C15d4518
Octal147234201221037453510530
Binary110011110011100010010100101000011111100101011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671322; }

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

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

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

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

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

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

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

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