Html Css Color HEX #620524 Pohutukawa

📋 copy color: '#620524'

red 98 ◦ green 5 ◦ blue 36

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

Shades of Pohutukawa #620524

Tints of Pohutukawa #620524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 70.5%
G = 3.6%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#620524 (or 0x620524) is known color: Pohutukawa. HEX triplet: 62, 05 and 24. RGB value is (98,5,36). Sum of RGB (Red+Green+Blue) = 98+5+36=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #620524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620524 is #9DFADB. Grayscale: #242424. Windows color (decimal): -10353372 or 2360674. OLE color: 2360674.

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

Color convert

RGB 98 5 36 -
CMYK 0 0.95 0.63 0.62
HSL 340º 0.9% 0.2% -
HSV(B) 340º 0.95% 0.38% -
XYZ 5.41 2.83 1.93 -
YUV 36.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 98 5 36 0 0.95 0.63 0.62 340 0.9 0.2
Hex 62 5 24 0 5F 3F 3E 154 5A 14
Octal 142 5 44 0 137 77 76 524 132 24
Binary 1100010 101 100100 0 1011111 111111 111110 101010100 1011010 10100

Color Harmonies of #620524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620524

Black with #620524

Text Example


Text Example

White with #620524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620524; }

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

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

background-color css

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

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

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

border-color css

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

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

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