#622127

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

Shades of Pohutukawa #622127

Tints of Pohutukawa #622127

Color information

#622127 (or 0x622127) is unknown color: approx Pohutukawa. HEX triplet: 62, 21 and 27. RGB value is (98,33,39). Sum of RGB (Red+Green+Blue) = 98+33+39=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622127 is #9DDED8. Grayscale: #353535. Windows color (decimal): -10346201 or 2564450. OLE color: 2564450.

HSL color Cylindrical-coordinate representation of color #622127: hue angle of 354.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #622127 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB983339-
CMYK00.660.600.62
HSL354.46º49.62%25.69%-
HSV(B)354.46º66.33%38.43%-
XYZ5.953.832.35-
YUV53.12120.03160.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.65%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=57.65%
G=19.41%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98333900.660.600.62354.4649.6225.69
Hex6221270423C3E162321a
Octal1424147010274765426232
Binary11000101000011001110100001011110011111010110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622127; }

 p { color: rgb(98,33,39); }

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

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

 a { background-color: rgb(98,33,39); }

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

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

 span { border-color: rgb(98,33,39); }

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