Html Css Color HEX #620C24 Pohutukawa

📋 copy color: '#620C24'

red 98 ◦ green 12 ◦ blue 36

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

Shades of Pohutukawa #620C24

Tints of Pohutukawa #620C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

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

R = 67.12%
G = 8.22%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#620C24 (or 0x620C24) is known color: Pohutukawa. HEX triplet: 62, 0C and 24. RGB value is (98,12,36). Sum of RGB (Red+Green+Blue) = 98+12+36=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #620C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620C24 is #9DF3DB. Grayscale: #282828. Windows color (decimal): -10351580 or 2362466. OLE color: 2362466.

HSL color Cylindrical-coordinate representation of color #620C24: hue angle of 343.26º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C24 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 36 -
CMYK 0 0.88 0.63 0.62
HSL 343.26º 0.78% 0.22% -
HSV(B) 343.26º 0.88% 0.38% -
XYZ 5.49 2.99 1.96 -
YUV 40.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 98 12 36 0 0.88 0.63 0.62 343.26 0.78 0.22
Hex 62 C 24 0 58 3F 3E 157 4E 16
Octal 142 14 44 0 130 77 76 527 116 26
Binary 1100010 1100 100100 0 1011000 111111 111110 101010111 1001110 10110

Color Harmonies of #620C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C24

Black with #620C24

Text Example


Text Example

White with #620C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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