Html Css Color HEX #621624 Pohutukawa

📋 copy color: '#621624'

red 98 ◦ green 22 ◦ blue 36

#621624
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #621624

Tints of Pohutukawa #621624

RGB

 RED value IS 98 (38.67% from 255) = 62.82%

 GREEN value IS 22 (8.98% from 255) = 14.1%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 62.82%
G = 14.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#621624 (or 0x621624) is known color: Pohutukawa. HEX triplet: 62, 16 and 24. RGB value is (98,22,36). Sum of RGB (Red+Green+Blue) = 98+22+36=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621624 is #9DE9DB. Grayscale: #2E2E2E. Windows color (decimal): -10349020 or 2365026. OLE color: 2365026.

HSL color Cylindrical-coordinate representation of color #621624: hue angle of 348.95º 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 #621624 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 36 -
CMYK 0 0.78 0.63 0.62
HSL 348.95º 0.63% 0.24% -
HSV(B) 348.95º 0.78% 0.38% -
XYZ 5.64 3.3 2.01 -
YUV 46.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 98 22 36 0 0.78 0.63 0.62 348.95 0.63 0.24
Hex 62 16 24 0 4E 3F 3E 15D 3F 18
Octal 142 26 44 0 116 77 76 535 77 30
Binary 1100010 10110 100100 0 1001110 111111 111110 101011101 111111 11000

Color Harmonies of #621624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621624

Black with #621624

Text Example


Text Example

White with #621624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621624; }

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

 H1.HeaderClassName
 {
   color: #621624;
 }
 .AnyTagClassName
 {
   color: #621624;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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