Html Css Color HEX #620521 Pohutukawa

📋 copy color: '#620521'

red 98 ◦ green 5 ◦ blue 33

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

Shades of Pohutukawa #620521

Tints of Pohutukawa #620521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 72.06%
G = 3.68%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#620521 (or 0x620521) is known color: Pohutukawa. HEX triplet: 62, 05 and 21. RGB value is (98,5,33). Sum of RGB (Red+Green+Blue) = 98+5+33=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #620521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620521 is #9DFADE. Grayscale: #232323. Windows color (decimal): -10353375 or 2164066. OLE color: 2164066.

HSL color Cylindrical-coordinate representation of color #620521: hue angle of 341.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620521 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 5 33 -
CMYK 0 0.95 0.66 0.62
HSL 341.94º 0.9% 0.2% -
HSV(B) 341.94º 0.95% 0.38% -
XYZ 5.37 2.82 1.7 -
YUV 36 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 98 5 33 0 0.95 0.66 0.62 341.94 0.9 0.2
Hex 62 5 21 0 5F 42 3E 156 5A 14
Octal 142 5 41 0 137 102 76 526 132 24
Binary 1100010 101 100001 0 1011111 1000010 111110 101010110 1011010 10100

Color Harmonies of #620521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620521

Black with #620521

Text Example


Text Example

White with #620521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620521; }

 p { color: rgb(98,5,33); }

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

background-color css

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

 a { background-color: rgb(98,5,33); }

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

border-color css

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

 span { border-color: rgb(98,5,33); }

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