Html Css Color HEX #620A13 Pohutukawa

📋 copy color: '#620A13'

red 98 ◦ green 10 ◦ blue 19

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

Shades of Pohutukawa #620A13

Tints of Pohutukawa #620A13

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.87%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 77.17%
G = 7.87%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#620A13 (or 0x620A13) is known color: Pohutukawa. HEX triplet: 62, 0A and 13. RGB value is (98,10,19). Sum of RGB (Red+Green+Blue) = 98+10+19=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #620A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A13 is #9DF5EC. Grayscale: #252525. Windows color (decimal): -10352109 or 1247842. OLE color: 1247842.

HSL color Cylindrical-coordinate representation of color #620A13: hue angle of 353.86º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620A13 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 10 19 -
CMYK 0 0.90 0.81 0.62
HSL 353.86º 0.81% 0.21% -
HSV(B) 353.86º 0.9% 0.38% -
XYZ 5.26 2.86 0.89 -
YUV 37.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 98 10 19 0 0.90 0.81 0.62 353.86 0.81 0.21
Hex 62 A 13 0 5A 51 3E 162 51 15
Octal 142 12 23 0 132 121 76 542 121 25
Binary 1100010 1010 10011 0 1011010 1010001 111110 101100010 1010001 10101

Color Harmonies of #620A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A13

Black with #620A13

Text Example


Text Example

White with #620A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620A13; }

 p { color: rgb(98,10,19); }

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

background-color css

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

 a { background-color: rgb(98,10,19); }

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

border-color css

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

 span { border-color: rgb(98,10,19); }

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