Html Css Color HEX #622229 Pohutukawa

📋 copy color: '#622229'

red 98 ◦ green 34 ◦ blue 41

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

Shades of Pohutukawa #622229

Tints of Pohutukawa #622229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.65%

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

R = 56.65%
G = 19.65%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#622229 (or 0x622229) is known color: Pohutukawa. HEX triplet: 62, 22 and 29. RGB value is (98,34,41). Sum of RGB (Red+Green+Blue) = 98+34+41=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #622229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622229 is #9DDDD6. Grayscale: #353535. Windows color (decimal): -10345943 or 2695778. OLE color: 2695778.

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

Color convert

RGB 98 34 41 -
CMYK 0 0.65 0.58 0.62
HSL 353.44º 0.48% 0.26% -
HSV(B) 353.44º 0.65% 0.38% -
XYZ 6.01 3.9 2.53 -
YUV 53.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 98 34 41 0 0.65 0.58 0.62 353.44 0.48 0.26
Hex 62 22 29 0 41 3A 3E 161 30 1A
Octal 142 42 51 0 101 72 76 541 60 32
Binary 1100010 100010 101001 0 1000001 111010 111110 101100001 110000 11010

Color Harmonies of #622229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622229

Black with #622229

Text Example


Text Example

White with #622229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622229; }

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

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

background-color css

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

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

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

border-color css

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

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

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