Html Css Color HEX #61132C Pohutukawa

📋 copy color: '#61132C'

red 97 ◦ green 19 ◦ blue 44

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

Shades of Pohutukawa #61132C

Tints of Pohutukawa #61132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.5%

R = 60.63%
G = 11.88%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61132C (or 0x61132C) is known color: Pohutukawa. HEX triplet: 61, 13 and 2C. RGB value is (97,19,44). Sum of RGB (Red+Green+Blue) = 97+19+44=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132C is #9EECD3. Grayscale: #2D2D2D. Windows color (decimal): -10415316 or 2888545. OLE color: 2888545.

HSL color Cylindrical-coordinate representation of color #61132C: hue angle of 340.77º 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 #61132C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 44 -
CMYK 0 0.80 0.55 0.62
HSL 340.77º 0.67% 0.23% -
HSV(B) 340.77º 0.8% 0.38% -
XYZ 5.62 3.19 2.7 -
YUV 45.17 127.34 164.97 -
System Red Green Blue C M Y K H S L
Decimal 97 19 44 0 0.80 0.55 0.62 340.77 0.67 0.23
Hex 61 13 2C 0 50 37 3E 155 43 17
Octal 141 23 54 0 120 67 76 525 103 27
Binary 1100001 10011 101100 0 1010000 110111 111110 101010101 1000011 10111

Color Harmonies of #61132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61132C

Black with #61132C

Text Example


Text Example

White with #61132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61132C; }

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

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

background-color css

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

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

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

border-color css

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

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

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