Html Css Color HEX #622226 Pohutukawa

📋 copy color: '#622226'

red 98 ◦ green 34 ◦ blue 38

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

Shades of Pohutukawa #622226

Tints of Pohutukawa #622226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

 BLUE value IS 38 (15.23% from 255) = 22.35%

R = 57.65%
G = 20%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#622226 (or 0x622226) is known color: Pohutukawa. HEX triplet: 62, 22 and 26. RGB value is (98,34,38). Sum of RGB (Red+Green+Blue) = 98+34+38=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #622226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622226 is #9DDDD9. Grayscale: #353535. Windows color (decimal): -10345946 or 2499170. OLE color: 2499170.

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

Color convert

RGB 98 34 38 -
CMYK 0 0.65 0.61 0.62
HSL 356.25º 0.48% 0.26% -
HSV(B) 356.25º 0.65% 0.38% -
XYZ 5.96 3.88 2.27 -
YUV 53.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 98 34 38 0 0.65 0.61 0.62 356.25 0.48 0.26
Hex 62 22 26 0 41 3D 3E 164 30 1A
Octal 142 42 46 0 101 75 76 544 60 32
Binary 1100010 100010 100110 0 1000001 111101 111110 101100100 110000 11010

Color Harmonies of #622226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622226

Black with #622226

Text Example


Text Example

White with #622226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622226; }

 p { color: rgb(98,34,38); }

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

background-color css

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

 a { background-color: rgb(98,34,38); }

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

border-color css

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

 span { border-color: rgb(98,34,38); }

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