Html Css Color HEX #622029 Pohutukawa

📋 copy color: '#622029'

red 98 ◦ green 32 ◦ blue 41

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

Shades of Pohutukawa #622029

Tints of Pohutukawa #622029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 57.31%
G = 18.71%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#622029 (or 0x622029) is known color: Pohutukawa. HEX triplet: 62, 20 and 29. RGB value is (98,32,41). Sum of RGB (Red+Green+Blue) = 98+32+41=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622029 is #9DDFD6. Grayscale: #343434. Windows color (decimal): -10346455 or 2695266. OLE color: 2695266.

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

Color convert

RGB 98 32 41 -
CMYK 0 0.67 0.58 0.62
HSL 351.82º 0.51% 0.25% -
HSV(B) 351.82º 0.67% 0.38% -
XYZ 5.95 3.79 2.52 -
YUV 52.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 98 32 41 0 0.67 0.58 0.62 351.82 0.51 0.25
Hex 62 20 29 0 43 3A 3E 160 33 19
Octal 142 40 51 0 103 72 76 540 63 31
Binary 1100010 100000 101001 0 1000011 111010 111110 101100000 110011 11001

Color Harmonies of #622029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622029

Black with #622029

Text Example


Text Example

White with #622029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622029; }

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

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

background-color css

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

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

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

border-color css

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

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

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