#621422

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

Shades of Pohutukawa #621422

Tints of Pohutukawa #621422

Color information

#621422 (or 0x621422) is unknown color: approx Pohutukawa. HEX triplet: 62, 14 and 22. RGB value is (98,20,34). Sum of RGB (Red+Green+Blue) = 98+20+34=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621422 is #9DEBDD. Grayscale: #2C2C2C. Windows color (decimal): -10349534 or 2233442. OLE color: 2233442.

HSL color Cylindrical-coordinate representation of color #621422: hue angle of 349.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621422 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB982034-
CMYK00.800.650.62
HSL349.23º66.1%23.14%-
HSV(B)349.23º79.59%38.43%-
XYZ5.583.211.84-
YUV44.92121.84165.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=64.47%
G=13.16%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98203400.800.650.62349.2366.123.14
Hex621422050413E15d4217
Octal142244201201017653510227
Binary110001010100100010010100001000001111110101011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621422; }

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

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

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

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

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

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

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

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