Html Css Color HEX #61152C Pohutukawa

📋 copy color: '#61152C'

red 97 ◦ green 21 ◦ blue 44

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

Shades of Pohutukawa #61152C

Tints of Pohutukawa #61152C

RGB

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

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

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

R = 59.88%
G = 12.96%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61152C (or 0x61152C) is known color: Pohutukawa. HEX triplet: 61, 15 and 2C. RGB value is (97,21,44). Sum of RGB (Red+Green+Blue) = 97+21+44=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152C is #9EEAD3. Grayscale: #2E2E2E. Windows color (decimal): -10414804 or 2889057. OLE color: 2889057.

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

Color convert

RGB 97 21 44 -
CMYK 0 0.78 0.55 0.62
HSL 341.84º 0.64% 0.23% -
HSV(B) 341.84º 0.78% 0.38% -
XYZ 5.65 3.26 2.71 -
YUV 46.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 97 21 44 0 0.78 0.55 0.62 341.84 0.64 0.23
Hex 61 15 2C 0 4E 37 3E 156 40 17
Octal 141 25 54 0 116 67 76 526 100 27
Binary 1100001 10101 101100 0 1001110 110111 111110 101010110 1000000 10111

Color Harmonies of #61152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61152C

Black with #61152C

Text Example


Text Example

White with #61152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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