Html Css Color HEX #621E29 Pohutukawa

📋 copy color: '#621E29'

red 98 ◦ green 30 ◦ blue 41

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

Shades of Pohutukawa #621E29

Tints of Pohutukawa #621E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.75%

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

R = 57.99%
G = 17.75%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#621E29 (or 0x621E29) is known color: Pohutukawa. HEX triplet: 62, 1E and 29. RGB value is (98,30,41). Sum of RGB (Red+Green+Blue) = 98+30+41=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #621E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E29 is #9DE1D6. Grayscale: #333333. Windows color (decimal): -10346967 or 2694754. OLE color: 2694754.

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

Color convert

RGB 98 30 41 -
CMYK 0 0.69 0.58 0.62
HSL 350.29º 0.53% 0.25% -
HSV(B) 350.29º 0.69% 0.38% -
XYZ 5.9 3.69 2.5 -
YUV 51.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 98 30 41 0 0.69 0.58 0.62 350.29 0.53 0.25
Hex 62 1E 29 0 45 3A 3E 15E 35 19
Octal 142 36 51 0 105 72 76 536 65 31
Binary 1100010 11110 101001 0 1000101 111010 111110 101011110 110101 11001

Color Harmonies of #621E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E29

Black with #621E29

Text Example


Text Example

White with #621E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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