Html Css Color HEX #621329 Pohutukawa

📋 copy color: '#621329'

red 98 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #621329

Tints of Pohutukawa #621329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.95%

R = 62.03%
G = 12.03%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621329 (or 0x621329) is known color: Pohutukawa. HEX triplet: 62, 13 and 29. RGB value is (98,19,41). Sum of RGB (Red+Green+Blue) = 98+19+41=158 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.03% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 98 - color contains mainly: red. Hex color #621329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621329 is #9DECD6. Grayscale: #2D2D2D. Windows color (decimal): -10349783 or 2691938. OLE color: 2691938.

HSL color Cylindrical-coordinate representation of color #621329: hue angle of 343.29º 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 #621329 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 19 41 -
CMYK 0 0.81 0.58 0.62
HSL 343.29º 0.68% 0.23% -
HSV(B) 343.29º 0.81% 0.38% -
XYZ 5.67 3.22 2.42 -
YUV 45.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 98 19 41 0 0.81 0.58 0.62 343.29 0.68 0.23
Hex 62 13 29 0 51 3A 3E 157 44 17
Octal 142 23 51 0 121 72 76 527 104 27
Binary 1100010 10011 101001 0 1010001 111010 111110 101010111 1000100 10111

Color Harmonies of #621329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621329

Black with #621329

Text Example


Text Example

White with #621329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621329; }

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

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

background-color css

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

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

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

border-color css

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

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

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