Html Css Color HEX #622127 Pohutukawa

📋 copy color: '#622127'

red 98 ◦ green 33 ◦ blue 39

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

Shades of Pohutukawa #622127

Tints of Pohutukawa #622127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 57.65%
G = 19.41%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#622127 (or 0x622127) is known color: Pohutukawa. HEX triplet: 62, 21 and 27. RGB value is (98,33,39). Sum of RGB (Red+Green+Blue) = 98+33+39=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622127 is #9DDED8. Grayscale: #353535. Windows color (decimal): -10346201 or 2564450. OLE color: 2564450.

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

Color convert

RGB 98 33 39 -
CMYK 0 0.66 0.60 0.62
HSL 354.46º 0.5% 0.26% -
HSV(B) 354.46º 0.66% 0.38% -
XYZ 5.95 3.83 2.35 -
YUV 53.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 98 33 39 0 0.66 0.60 0.62 354.46 0.5 0.26
Hex 62 21 27 0 42 3C 3E 162 32 1A
Octal 142 41 47 0 102 74 76 542 62 32
Binary 1100010 100001 100111 0 1000010 111100 111110 101100010 110010 11010

Color Harmonies of #622127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622127

Black with #622127

Text Example


Text Example

White with #622127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622127; }

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

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

background-color css

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

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

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

border-color css

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

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

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