Html Css Color HEX #621429 Pohutukawa

📋 copy color: '#621429'

red 98 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #621429

Tints of Pohutukawa #621429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 61.64%
G = 12.58%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621429 (or 0x621429) is known color: Pohutukawa. HEX triplet: 62, 14 and 29. RGB value is (98,20,41). Sum of RGB (Red+Green+Blue) = 98+20+41=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #621429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621429 is #9DEBD6. Grayscale: #2D2D2D. Windows color (decimal): -10349527 or 2692194. OLE color: 2692194.

HSL color Cylindrical-coordinate representation of color #621429: hue angle of 343.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621429 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 41 -
CMYK 0 0.80 0.58 0.62
HSL 343.85º 0.66% 0.23% -
HSV(B) 343.85º 0.8% 0.38% -
XYZ 5.69 3.26 2.43 -
YUV 45.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 98 20 41 0 0.80 0.58 0.62 343.85 0.66 0.23
Hex 62 14 29 0 50 3A 3E 158 42 17
Octal 142 24 51 0 120 72 76 530 102 27
Binary 1100010 10100 101001 0 1010000 111010 111110 101011000 1000010 10111

Color Harmonies of #621429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621429

Black with #621429

Text Example


Text Example

White with #621429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621429; }

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

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

background-color css

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

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

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

border-color css

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

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

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