Html Css Color HEX #61132A Pohutukawa

📋 copy color: '#61132A'

red 97 ◦ green 19 ◦ blue 42

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

Shades of Pohutukawa #61132A

Tints of Pohutukawa #61132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 61.39%
G = 12.03%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61132A (or 0x61132A) is known color: Pohutukawa. HEX triplet: 61, 13 and 2A. RGB value is (97,19,42). Sum of RGB (Red+Green+Blue) = 97+19+42=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132A is #9EECD5. Grayscale: #2C2C2C. Windows color (decimal): -10415318 or 2757473. OLE color: 2757473.

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

Color convert

RGB 97 19 42 -
CMYK 0 0.80 0.57 0.62
HSL 342.31º 0.67% 0.23% -
HSV(B) 342.31º 0.8% 0.38% -
XYZ 5.58 3.17 2.51 -
YUV 44.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 97 19 42 0 0.80 0.57 0.62 342.31 0.67 0.23
Hex 61 13 2A 0 50 39 3E 156 43 17
Octal 141 23 52 0 120 71 76 526 103 27
Binary 1100001 10011 101010 0 1010000 111001 111110 101010110 1000011 10111

Color Harmonies of #61132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61132A

Black with #61132A

Text Example


Text Example

White with #61132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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