Html Css Color HEX #621819 Pohutukawa

📋 copy color: '#621819'

red 98 ◦ green 24 ◦ blue 25

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

Shades of Pohutukawa #621819

Tints of Pohutukawa #621819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

 BLUE value IS 25 (10.16% from 255) = 17.01%

R = 66.67%
G = 16.33%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#621819 (or 0x621819) is known color: Pohutukawa. HEX triplet: 62, 18 and 19. RGB value is (98,24,25). Sum of RGB (Red+Green+Blue) = 98+24+25=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #621819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621819 is #9DE7E6. Grayscale: #2E2E2E. Windows color (decimal): -10348519 or 1644642. OLE color: 1644642.

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

Color convert

RGB 98 24 25 -
CMYK 0 0.76 0.74 0.62
HSL 359.19º 0.61% 0.24% -
HSV(B) 359.19º 0.76% 0.38% -
XYZ 5.54 3.32 1.27 -
YUV 46.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 98 24 25 0 0.76 0.74 0.62 359.19 0.61 0.24
Hex 62 18 19 0 4C 4A 3E 167 3D 18
Octal 142 30 31 0 114 112 76 547 75 30
Binary 1100010 11000 11001 0 1001100 1001010 111110 101100111 111101 11000

Color Harmonies of #621819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621819

Black with #621819

Text Example


Text Example

White with #621819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621819; }

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

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

background-color css

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

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

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

border-color css

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

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

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