Html Css Color HEX #622129 Pohutukawa

📋 copy color: '#622129'

red 98 ◦ green 33 ◦ blue 41

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

Shades of Pohutukawa #622129

Tints of Pohutukawa #622129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 56.98%
G = 19.19%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#622129 (or 0x622129) is known color: Pohutukawa. HEX triplet: 62, 21 and 29. RGB value is (98,33,41). Sum of RGB (Red+Green+Blue) = 98+33+41=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #622129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622129 is #9DDED6. Grayscale: #353535. Windows color (decimal): -10346199 or 2695522. OLE color: 2695522.

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

Color convert

RGB 98 33 41 -
CMYK 0 0.66 0.58 0.62
HSL 352.62º 0.5% 0.26% -
HSV(B) 352.62º 0.66% 0.38% -
XYZ 5.98 3.84 2.52 -
YUV 53.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 98 33 41 0 0.66 0.58 0.62 352.62 0.5 0.26
Hex 62 21 29 0 42 3A 3E 161 32 1A
Octal 142 41 51 0 102 72 76 541 62 32
Binary 1100010 100001 101001 0 1000010 111010 111110 101100001 110010 11010

Color Harmonies of #622129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622129

Black with #622129

Text Example


Text Example

White with #622129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622129; }

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

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

background-color css

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

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

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

border-color css

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

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

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