Html Css Color HEX #621418 Pohutukawa

📋 copy color: '#621418'

red 98 ◦ green 20 ◦ blue 24

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

Shades of Pohutukawa #621418

Tints of Pohutukawa #621418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

 BLUE value IS 24 (9.77% from 255) = 16.9%

R = 69.01%
G = 14.08%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621418 (or 0x621418) is known color: Pohutukawa. HEX triplet: 62, 14 and 18. RGB value is (98,20,24). Sum of RGB (Red+Green+Blue) = 98+20+24=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #621418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621418 is #9DEBE7. Grayscale: #2B2B2B. Windows color (decimal): -10349544 or 1578082. OLE color: 1578082.

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

Color convert

RGB 98 20 24 -
CMYK 0 0.80 0.76 0.62
HSL 356.92º 0.66% 0.23% -
HSV(B) 356.92º 0.8% 0.38% -
XYZ 5.45 3.16 1.19 -
YUV 43.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 98 20 24 0 0.80 0.76 0.62 356.92 0.66 0.23
Hex 62 14 18 0 50 4C 3E 165 42 17
Octal 142 24 30 0 120 114 76 545 102 27
Binary 1100010 10100 11000 0 1010000 1001100 111110 101100101 1000010 10111

Color Harmonies of #621418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621418

Black with #621418

Text Example


Text Example

White with #621418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621418; }

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

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

background-color css

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

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

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

border-color css

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

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

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