Html Css Color HEX #622028 Pohutukawa

📋 copy color: '#622028'

red 98 ◦ green 32 ◦ blue 40

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

Shades of Pohutukawa #622028

Tints of Pohutukawa #622028

RGB

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

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

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

R = 57.65%
G = 18.82%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#622028 (or 0x622028) is known color: Pohutukawa. HEX triplet: 62, 20 and 28. RGB value is (98,32,40). Sum of RGB (Red+Green+Blue) = 98+32+40=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622028 is #9DDFD7. Grayscale: #343434. Windows color (decimal): -10346456 or 2629730. OLE color: 2629730.

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

Color convert

RGB 98 32 40 -
CMYK 0 0.67 0.59 0.62
HSL 352.73º 0.51% 0.25% -
HSV(B) 352.73º 0.67% 0.38% -
XYZ 5.94 3.78 2.42 -
YUV 52.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 98 32 40 0 0.67 0.59 0.62 352.73 0.51 0.25
Hex 62 20 28 0 43 3B 3E 161 33 19
Octal 142 40 50 0 103 73 76 541 63 31
Binary 1100010 100000 101000 0 1000011 111011 111110 101100001 110011 11001

Color Harmonies of #622028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622028

Black with #622028

Text Example


Text Example

White with #622028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622028; }

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

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

background-color css

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

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

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

border-color css

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

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

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