Html Css Color HEX #621229 Pohutukawa

📋 copy color: '#621229'

red 98 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #621229

Tints of Pohutukawa #621229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 62.42%
G = 11.46%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621229 (or 0x621229) is known color: Pohutukawa. HEX triplet: 62, 12 and 29. RGB value is (98,18,41). Sum of RGB (Red+Green+Blue) = 98+18+41=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621229 is #9DEDD6. Grayscale: #2C2C2C. Windows color (decimal): -10350039 or 2691682. OLE color: 2691682.

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

Color convert

RGB 98 18 41 -
CMYK 0 0.82 0.58 0.62
HSL 342.75º 0.69% 0.23% -
HSV(B) 342.75º 0.82% 0.38% -
XYZ 5.65 3.19 2.42 -
YUV 44.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 98 18 41 0 0.82 0.58 0.62 342.75 0.69 0.23
Hex 62 12 29 0 52 3A 3E 157 45 17
Octal 142 22 51 0 122 72 76 527 105 27
Binary 1100010 10010 101001 0 1010010 111010 111110 101010111 1000101 10111

Color Harmonies of #621229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621229

Black with #621229

Text Example


Text Example

White with #621229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621229; }

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

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

background-color css

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

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

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

border-color css

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

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

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