Html Css Color HEX #611322 Pohutukawa

📋 copy color: '#611322'

red 97 ◦ green 19 ◦ blue 34

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

Shades of Pohutukawa #611322

Tints of Pohutukawa #611322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.67%

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 64.67%
G = 12.67%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#611322 (or 0x611322) is known color: Pohutukawa. HEX triplet: 61, 13 and 22. RGB value is (97,19,34). Sum of RGB (Red+Green+Blue) = 97+19+34=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611322 is #9EECDD. Grayscale: #2C2C2C. Windows color (decimal): -10415326 or 2233185. OLE color: 2233185.

HSL color Cylindrical-coordinate representation of color #611322: hue angle of 348.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611322 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 34 -
CMYK 0 0.80 0.65 0.62
HSL 348.46º 0.67% 0.23% -
HSV(B) 348.46º 0.8% 0.38% -
XYZ 5.45 3.12 1.83 -
YUV 44.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 97 19 34 0 0.80 0.65 0.62 348.46 0.67 0.23
Hex 61 13 22 0 50 41 3E 15C 43 17
Octal 141 23 42 0 120 101 76 534 103 27
Binary 1100001 10011 100010 0 1010000 1000001 111110 101011100 1000011 10111

Color Harmonies of #611322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611322

Black with #611322

Text Example


Text Example

White with #611322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611322; }

 p { color: rgb(97,19,34); }

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

background-color css

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

 a { background-color: rgb(97,19,34); }

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

border-color css

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

 span { border-color: rgb(97,19,34); }

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