Html Css Color HEX #611228 Pohutukawa

📋 copy color: '#611228'

red 97 ◦ green 18 ◦ blue 40

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

Shades of Pohutukawa #611228

Tints of Pohutukawa #611228

RGB

 RED value IS 97 (38.28% from 255) = 62.58%

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 62.58%
G = 11.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#611228 (or 0x611228) is known color: Pohutukawa. HEX triplet: 61, 12 and 28. RGB value is (97,18,40). Sum of RGB (Red+Green+Blue) = 97+18+40=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611228 is #9EEDD7. Grayscale: #2C2C2C. Windows color (decimal): -10415576 or 2626145. OLE color: 2626145.

HSL color Cylindrical-coordinate representation of color #611228: hue angle of 343.29º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611228 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 40 -
CMYK 0 0.81 0.59 0.62
HSL 343.29º 0.69% 0.23% -
HSV(B) 343.29º 0.81% 0.38% -
XYZ 5.53 3.13 2.32 -
YUV 44.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 97 18 40 0 0.81 0.59 0.62 343.29 0.69 0.23
Hex 61 12 28 0 51 3B 3E 157 45 17
Octal 141 22 50 0 121 73 76 527 105 27
Binary 1100001 10010 101000 0 1010001 111011 111110 101010111 1000101 10111

Color Harmonies of #611228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611228

Black with #611228

Text Example


Text Example

White with #611228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611228; }

 p { color: rgb(97,18,40); }

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

background-color css

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

 a { background-color: rgb(97,18,40); }

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

border-color css

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

 span { border-color: rgb(97,18,40); }

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