Html Css Color HEX #620512 Pohutukawa

📋 copy color: '#620512'

red 98 ◦ green 5 ◦ blue 18

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

Shades of Pohutukawa #620512

Tints of Pohutukawa #620512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 80.99%
G = 4.13%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#620512 (or 0x620512) is known color: Pohutukawa. HEX triplet: 62, 05 and 12. RGB value is (98,5,18). Sum of RGB (Red+Green+Blue) = 98+5+18=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620512 is #9DFAED. Grayscale: #222222. Windows color (decimal): -10353390 or 1181026. OLE color: 1181026.

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

Color convert

RGB 98 5 18 -
CMYK 0 0.95 0.82 0.62
HSL 351.61º 0.9% 0.2% -
HSV(B) 351.61º 0.95% 0.38% -
XYZ 5.2 2.75 0.83 -
YUV 34.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 98 5 18 0 0.95 0.82 0.62 351.61 0.9 0.2
Hex 62 5 12 0 5F 52 3E 160 5A 14
Octal 142 5 22 0 137 122 76 540 132 24
Binary 1100010 101 10010 0 1011111 1010010 111110 101100000 1011010 10100

Color Harmonies of #620512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620512

Black with #620512

Text Example


Text Example

White with #620512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620512; }

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

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

background-color css

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

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

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

border-color css

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

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

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