Html Css Color HEX #620519 Pohutukawa

📋 copy color: '#620519'

red 98 ◦ green 5 ◦ blue 25

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

Shades of Pohutukawa #620519

Tints of Pohutukawa #620519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.91%

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

R = 76.56%
G = 3.91%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#620519 (or 0x620519) is known color: Pohutukawa. HEX triplet: 62, 05 and 19. RGB value is (98,5,25). Sum of RGB (Red+Green+Blue) = 98+5+25=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #620519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620519 is #9DFAE6. Grayscale: #232323. Windows color (decimal): -10353383 or 1639778. OLE color: 1639778.

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

Color convert

RGB 98 5 25 -
CMYK 0 0.95 0.74 0.62
HSL 347.1º 0.9% 0.2% -
HSV(B) 347.1º 0.95% 0.38% -
XYZ 5.27 2.78 1.18 -
YUV 35.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 98 5 25 0 0.95 0.74 0.62 347.1 0.9 0.2
Hex 62 5 19 0 5F 4A 3E 15B 5A 14
Octal 142 5 31 0 137 112 76 533 132 24
Binary 1100010 101 11001 0 1011111 1001010 111110 101011011 1011010 10100

Color Harmonies of #620519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620519

Black with #620519

Text Example


Text Example

White with #620519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620519; }

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

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

background-color css

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

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

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

border-color css

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

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

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