Html Css Color HEX #61152D Pohutukawa

📋 copy color: '#61152D'

red 97 ◦ green 21 ◦ blue 45

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

Shades of Pohutukawa #61152D

Tints of Pohutukawa #61152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 59.51%
G = 12.88%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61152D (or 0x61152D) is known color: Pohutukawa. HEX triplet: 61, 15 and 2D. RGB value is (97,21,45). Sum of RGB (Red+Green+Blue) = 97+21+45=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152D is #9EEAD2. Grayscale: #2E2E2E. Windows color (decimal): -10414803 or 2954593. OLE color: 2954593.

HSL color Cylindrical-coordinate representation of color #61152D: hue angle of 341.05º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61152D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 45 -
CMYK 0 0.78 0.54 0.62
HSL 341.05º 0.64% 0.23% -
HSV(B) 341.05º 0.78% 0.38% -
XYZ 5.67 3.27 2.81 -
YUV 46.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 97 21 45 0 0.78 0.54 0.62 341.05 0.64 0.23
Hex 61 15 2D 0 4E 36 3E 155 40 17
Octal 141 25 55 0 116 66 76 525 100 27
Binary 1100001 10101 101101 0 1001110 110110 111110 101010101 1000000 10111

Color Harmonies of #61152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61152D

Black with #61152D

Text Example


Text Example

White with #61152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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