Html Css Color HEX #621520 Pohutukawa

📋 copy color: '#621520'

red 98 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #621520

Tints of Pohutukawa #621520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 64.9%
G = 13.91%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621520 (or 0x621520) is known color: Pohutukawa. HEX triplet: 62, 15 and 20. RGB value is (98,21,32). Sum of RGB (Red+Green+Blue) = 98+21+32=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621520 is #9DEADF. Grayscale: #2D2D2D. Windows color (decimal): -10349280 or 2102626. OLE color: 2102626.

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

Color convert

RGB 98 21 32 -
CMYK 0 0.79 0.67 0.62
HSL 351.43º 0.65% 0.23% -
HSV(B) 351.43º 0.79% 0.38% -
XYZ 5.57 3.24 1.7 -
YUV 45.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 98 21 32 0 0.79 0.67 0.62 351.43 0.65 0.23
Hex 62 15 20 0 4F 43 3E 15F 41 17
Octal 142 25 40 0 117 103 76 537 101 27
Binary 1100010 10101 100000 0 1001111 1000011 111110 101011111 1000001 10111

Color Harmonies of #621520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621520

Black with #621520

Text Example


Text Example

White with #621520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621520; }

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

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

background-color css

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

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

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

border-color css

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

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

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