Html Css Color HEX #620324 Pohutukawa

📋 copy color: '#620324'

red 98 ◦ green 3 ◦ blue 36

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

Shades of Pohutukawa #620324

Tints of Pohutukawa #620324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 71.53%
G = 2.19%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#620324 (or 0x620324) is known color: Pohutukawa. HEX triplet: 62, 03 and 24. RGB value is (98,3,36). Sum of RGB (Red+Green+Blue) = 98+3+36=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #620324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620324 is #9DFCDB. Grayscale: #232323. Windows color (decimal): -10353884 or 2360162. OLE color: 2360162.

HSL color Cylindrical-coordinate representation of color #620324: hue angle of 339.16º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620324 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 3 36 -
CMYK 0 0.97 0.63 0.62
HSL 339.16º 0.94% 0.2% -
HSV(B) 339.16º 0.97% 0.38% -
XYZ 5.39 2.79 1.92 -
YUV 35.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 98 3 36 0 0.97 0.63 0.62 339.16 0.94 0.2
Hex 62 3 24 0 61 3F 3E 153 5E 14
Octal 142 3 44 0 141 77 76 523 136 24
Binary 1100010 11 100100 0 1100001 111111 111110 101010011 1011110 10100

Color Harmonies of #620324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620324

Black with #620324

Text Example


Text Example

White with #620324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620324; }

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

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

background-color css

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

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

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

border-color css

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

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

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