Html Css Color HEX #621417 Pohutukawa

📋 copy color: '#621417'

red 98 ◦ green 20 ◦ blue 23

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

Shades of Pohutukawa #621417

Tints of Pohutukawa #621417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.31%

R = 69.5%
G = 14.18%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#621417 (or 0x621417) is known color: Pohutukawa. HEX triplet: 62, 14 and 17. RGB value is (98,20,23). Sum of RGB (Red+Green+Blue) = 98+20+23=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621417 is #9DEBE8. Grayscale: #2B2B2B. Windows color (decimal): -10349545 or 1512546. OLE color: 1512546.

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

Color convert

RGB 98 20 23 -
CMYK 0 0.80 0.77 0.62
HSL 357.69º 0.66% 0.23% -
HSV(B) 357.69º 0.8% 0.38% -
XYZ 5.44 3.16 1.13 -
YUV 43.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 98 20 23 0 0.80 0.77 0.62 357.69 0.66 0.23
Hex 62 14 17 0 50 4D 3E 166 42 17
Octal 142 24 27 0 120 115 76 546 102 27
Binary 1100010 10100 10111 0 1010000 1001101 111110 101100110 1000010 10111

Color Harmonies of #621417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621417

Black with #621417

Text Example


Text Example

White with #621417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621417; }

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

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

background-color css

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

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

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

border-color css

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

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

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