Html Css Color HEX #621120 Pohutukawa

📋 copy color: '#621120'

red 98 ◦ green 17 ◦ blue 32

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

Shades of Pohutukawa #621120

Tints of Pohutukawa #621120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

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

R = 66.67%
G = 11.56%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621120 (or 0x621120) is known color: Pohutukawa. HEX triplet: 62, 11 and 20. RGB value is (98,17,32). Sum of RGB (Red+Green+Blue) = 98+17+32=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #621120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621120 is #9DEEDF. Grayscale: #2A2A2A. Windows color (decimal): -10350304 or 2101602. OLE color: 2101602.

HSL color Cylindrical-coordinate representation of color #621120: hue angle of 348.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621120 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 32 -
CMYK 0 0.83 0.67 0.62
HSL 348.89º 0.7% 0.23% -
HSV(B) 348.89º 0.83% 0.38% -
XYZ 5.5 3.1 1.68 -
YUV 42.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 98 17 32 0 0.83 0.67 0.62 348.89 0.7 0.23
Hex 62 11 20 0 53 43 3E 15D 46 17
Octal 142 21 40 0 123 103 76 535 106 27
Binary 1100010 10001 100000 0 1010011 1000011 111110 101011101 1000110 10111

Color Harmonies of #621120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621120

Black with #621120

Text Example


Text Example

White with #621120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621120; }

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

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

background-color css

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

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

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

border-color css

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

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

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