Html Css Color HEX #61132D Pohutukawa

📋 copy color: '#61132D'

red 97 ◦ green 19 ◦ blue 45

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

Shades of Pohutukawa #61132D

Tints of Pohutukawa #61132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 60.25%
G = 11.8%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61132D (or 0x61132D) is known color: Pohutukawa. HEX triplet: 61, 13 and 2D. RGB value is (97,19,45). Sum of RGB (Red+Green+Blue) = 97+19+45=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132D is #9EECD2. Grayscale: #2D2D2D. Windows color (decimal): -10415315 or 2954081. OLE color: 2954081.

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

Color convert

RGB 97 19 45 -
CMYK 0 0.80 0.54 0.62
HSL 340º 0.67% 0.23% -
HSV(B) 340º 0.8% 0.38% -
XYZ 5.64 3.2 2.8 -
YUV 45.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 97 19 45 0 0.80 0.54 0.62 340 0.67 0.23
Hex 61 13 2D 0 50 36 3E 154 43 17
Octal 141 23 55 0 120 66 76 524 103 27
Binary 1100001 10011 101101 0 1010000 110110 111110 101010100 1000011 10111

Color Harmonies of #61132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61132D

Black with #61132D

Text Example


Text Example

White with #61132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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