Html Css Color HEX #620D24 Pohutukawa

📋 copy color: '#620D24'

red 98 ◦ green 13 ◦ blue 36

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

Shades of Pohutukawa #620D24

Tints of Pohutukawa #620D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.84%

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

R = 66.67%
G = 8.84%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#620D24 (or 0x620D24) is known color: Pohutukawa. HEX triplet: 62, 0D and 24. RGB value is (98,13,36). Sum of RGB (Red+Green+Blue) = 98+13+36=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620D24 is #9DF2DB. Grayscale: #292929. Windows color (decimal): -10351324 or 2362722. OLE color: 2362722.

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

Color convert

RGB 98 13 36 -
CMYK 0 0.87 0.63 0.62
HSL 343.76º 0.77% 0.22% -
HSV(B) 343.76º 0.87% 0.38% -
XYZ 5.5 3.01 1.96 -
YUV 41.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 98 13 36 0 0.87 0.63 0.62 343.76 0.77 0.22
Hex 62 D 24 0 57 3F 3E 158 4D 16
Octal 142 15 44 0 127 77 76 530 115 26
Binary 1100010 1101 100100 0 1010111 111111 111110 101011000 1001101 10110

Color Harmonies of #620D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620D24

Black with #620D24

Text Example


Text Example

White with #620D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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