#621622

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

Shades of Pohutukawa #621622

Tints of Pohutukawa #621622

Color information

#621622 (or 0x621622) is unknown color: approx Pohutukawa. HEX triplet: 62, 16 and 22. RGB value is (98,22,34). Sum of RGB (Red+Green+Blue) = 98+22+34=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621622 is #9DE9DD. Grayscale: #2E2E2E. Windows color (decimal): -10349022 or 2233954. OLE color: 2233954.

HSL color Cylindrical-coordinate representation of color #621622: hue angle of 350.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621622 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB982234-
CMYK00.780.650.62
HSL350.53º63.33%23.53%-
HSV(B)350.53º77.55%38.43%-
XYZ5.613.291.85-
YUV46.09121.18165.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 63.64%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=63.64%
G=14.29%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98223400.780.650.62350.5363.3323.53
Hex62162204E413E15f3f18
Octal14226420116101765377730
Binary11000101011010001001001110100000111111010101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621622; }

 p { color: rgb(98,22,34); }

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

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

 a { background-color: rgb(98,22,34); }

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

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

 span { border-color: rgb(98,22,34); }

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