Html Css Color HEX #620518 Pohutukawa

📋 copy color: '#620518'

red 98 ◦ green 5 ◦ blue 24

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

Shades of Pohutukawa #620518

Tints of Pohutukawa #620518

RGB

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

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

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

R = 77.17%
G = 3.94%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#620518 (or 0x620518) is known color: Pohutukawa. HEX triplet: 62, 05 and 18. RGB value is (98,5,24). Sum of RGB (Red+Green+Blue) = 98+5+24=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #620518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620518 is #9DFAE7. Grayscale: #222222. Windows color (decimal): -10353384 or 1574242. OLE color: 1574242.

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

Color convert

RGB 98 5 24 -
CMYK 0 0.95 0.76 0.62
HSL 347.74º 0.9% 0.2% -
HSV(B) 347.74º 0.95% 0.38% -
XYZ 5.26 2.77 1.12 -
YUV 34.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 98 5 24 0 0.95 0.76 0.62 347.74 0.9 0.2
Hex 62 5 18 0 5F 4C 3E 15C 5A 14
Octal 142 5 30 0 137 114 76 534 132 24
Binary 1100010 101 11000 0 1011111 1001100 111110 101011100 1011010 10100

Color Harmonies of #620518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620518

Black with #620518

Text Example


Text Example

White with #620518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620518; }

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

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

background-color css

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

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

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

border-color css

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

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

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