Html Css Color HEX #621320 Pohutukawa

📋 copy color: '#621320'

red 98 ◦ green 19 ◦ blue 32

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

Shades of Pohutukawa #621320

Tints of Pohutukawa #621320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 65.77%
G = 12.75%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#621320 (or 0x621320) is known color: Pohutukawa. HEX triplet: 62, 13 and 20. RGB value is (98,19,32). Sum of RGB (Red+Green+Blue) = 98+19+32=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621320 is #9DECDF. Grayscale: #2C2C2C. Windows color (decimal): -10349792 or 2102114. OLE color: 2102114.

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

Color convert

RGB 98 19 32 -
CMYK 0 0.81 0.67 0.62
HSL 350.13º 0.68% 0.23% -
HSV(B) 350.13º 0.81% 0.38% -
XYZ 5.53 3.17 1.69 -
YUV 44.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 98 19 32 0 0.81 0.67 0.62 350.13 0.68 0.23
Hex 62 13 20 0 51 43 3E 15E 44 17
Octal 142 23 40 0 121 103 76 536 104 27
Binary 1100010 10011 100000 0 1010001 1000011 111110 101011110 1000100 10111

Color Harmonies of #621320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621320

Black with #621320

Text Example


Text Example

White with #621320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621320; }

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

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

background-color css

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

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

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

border-color css

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

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

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