Html Css Color HEX #620520 Pohutukawa

📋 copy color: '#620520'

red 98 ◦ green 5 ◦ blue 32

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

Shades of Pohutukawa #620520

Tints of Pohutukawa #620520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 72.59%
G = 3.7%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#620520 (or 0x620520) is known color: Pohutukawa. HEX triplet: 62, 05 and 20. RGB value is (98,5,32). Sum of RGB (Red+Green+Blue) = 98+5+32=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #620520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620520 is #9DFADF. Grayscale: #232323. Windows color (decimal): -10353376 or 2098530. OLE color: 2098530.

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

Color convert

RGB 98 5 32 -
CMYK 0 0.95 0.67 0.62
HSL 342.58º 0.9% 0.2% -
HSV(B) 342.58º 0.95% 0.38% -
XYZ 5.35 2.81 1.63 -
YUV 35.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 98 5 32 0 0.95 0.67 0.62 342.58 0.9 0.2
Hex 62 5 20 0 5F 43 3E 157 5A 14
Octal 142 5 40 0 137 103 76 527 132 24
Binary 1100010 101 100000 0 1011111 1000011 111110 101010111 1011010 10100

Color Harmonies of #620520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620520

Black with #620520

Text Example


Text Example

White with #620520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620520; }

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

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

background-color css

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

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

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

border-color css

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

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

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