Html Css Color HEX #621220 Pohutukawa

📋 copy color: '#621220'

red 98 ◦ green 18 ◦ blue 32

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

Shades of Pohutukawa #621220

Tints of Pohutukawa #621220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

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

R = 66.22%
G = 12.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621220 (or 0x621220) is known color: Pohutukawa. HEX triplet: 62, 12 and 20. RGB value is (98,18,32). Sum of RGB (Red+Green+Blue) = 98+18+32=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621220 is #9DEDDF. Grayscale: #2B2B2B. Windows color (decimal): -10350048 or 2101858. OLE color: 2101858.

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

Color convert

RGB 98 18 32 -
CMYK 0 0.82 0.67 0.62
HSL 349.5º 0.69% 0.23% -
HSV(B) 349.5º 0.82% 0.38% -
XYZ 5.51 3.13 1.68 -
YUV 43.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 98 18 32 0 0.82 0.67 0.62 349.5 0.69 0.23
Hex 62 12 20 0 52 43 3E 15E 45 17
Octal 142 22 40 0 122 103 76 536 105 27
Binary 1100010 10010 100000 0 1010010 1000011 111110 101011110 1000101 10111

Color Harmonies of #621220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621220

Black with #621220

Text Example


Text Example

White with #621220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621220; }

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

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

background-color css

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

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

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

border-color css

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

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

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