Html Css Color HEX #621718 Pohutukawa

📋 copy color: '#621718'

red 98 ◦ green 23 ◦ blue 24

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

Shades of Pohutukawa #621718

Tints of Pohutukawa #621718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.86%

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

R = 67.59%
G = 15.86%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621718 (or 0x621718) is known color: Pohutukawa. HEX triplet: 62, 17 and 18. RGB value is (98,23,24). Sum of RGB (Red+Green+Blue) = 98+23+24=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621718 is #9DE8E7. Grayscale: #2D2D2D. Windows color (decimal): -10348776 or 1578850. OLE color: 1578850.

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

Color convert

RGB 98 23 24 -
CMYK 0 0.77 0.76 0.62
HSL 359.2º 0.62% 0.24% -
HSV(B) 359.2º 0.77% 0.38% -
XYZ 5.51 3.28 1.21 -
YUV 45.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 98 23 24 0 0.77 0.76 0.62 359.2 0.62 0.24
Hex 62 17 18 0 4D 4C 3E 167 3E 18
Octal 142 27 30 0 115 114 76 547 76 30
Binary 1100010 10111 11000 0 1001101 1001100 111110 101100111 111110 11000

Color Harmonies of #621718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621718

Black with #621718

Text Example


Text Example

White with #621718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621718; }

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

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

background-color css

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

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

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

border-color css

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

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

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