Html Css Color HEX #622128 Pohutukawa

📋 copy color: '#622128'

red 98 ◦ green 33 ◦ blue 40

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

Shades of Pohutukawa #622128

Tints of Pohutukawa #622128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 57.31%
G = 19.3%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#622128 (or 0x622128) is known color: Pohutukawa. HEX triplet: 62, 21 and 28. RGB value is (98,33,40). Sum of RGB (Red+Green+Blue) = 98+33+40=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #622128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622128 is #9DDED7. Grayscale: #353535. Windows color (decimal): -10346200 or 2629986. OLE color: 2629986.

HSL color Cylindrical-coordinate representation of color #622128: hue angle of 353.54º 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 #622128 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 40 -
CMYK 0 0.66 0.59 0.62
HSL 353.54º 0.5% 0.26% -
HSV(B) 353.54º 0.66% 0.38% -
XYZ 5.96 3.84 2.43 -
YUV 53.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 98 33 40 0 0.66 0.59 0.62 353.54 0.5 0.26
Hex 62 21 28 0 42 3B 3E 162 32 1A
Octal 142 41 50 0 102 73 76 542 62 32
Binary 1100010 100001 101000 0 1000010 111011 111110 101100010 110010 11010

Color Harmonies of #622128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622128

Black with #622128

Text Example


Text Example

White with #622128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622128; }

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

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

background-color css

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

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

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

border-color css

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

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

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