#671222

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

Shades of Pohutukawa #671222

Tints of Pohutukawa #671222

Color information

#671222 (or 0x671222) is unknown color: approx Pohutukawa. HEX triplet: 67, 12 and 22. RGB value is (103,18,34). Sum of RGB (Red+Green+Blue) = 103+18+34=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #671222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671222 is #98EDDD. Grayscale: #2D2D2D. Windows color (decimal): -10022366 or 2232935. OLE color: 2232935.

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

Color convert

RGB1031834-
CMYK00.830.670.60
HSL348.71º70.25%23.73%-
HSV(B)348.71º82.52%40.39%-
XYZ6.13.431.85-
YUV45.24121.66169.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.45%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=66.45%
G=11.61%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103183400.830.670.60348.7170.2523.73
Hex671222053433C15d4618
Octal147224201231037453510630
Binary110011110010100010010100111000011111100101011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671222; }

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

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

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

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

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

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

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

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