Html Css Color HEX #61152B Pohutukawa

📋 copy color: '#61152B'

red 97 ◦ green 21 ◦ blue 43

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

Shades of Pohutukawa #61152B

Tints of Pohutukawa #61152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 60.25%
G = 13.04%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#61152B (or 0x61152B) is known color: Pohutukawa. HEX triplet: 61, 15 and 2B. RGB value is (97,21,43). Sum of RGB (Red+Green+Blue) = 97+21+43=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152B is #9EEAD4. Grayscale: #2E2E2E. Windows color (decimal): -10414805 or 2823521. OLE color: 2823521.

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

Color convert

RGB 97 21 43 -
CMYK 0 0.78 0.56 0.62
HSL 342.63º 0.64% 0.23% -
HSV(B) 342.63º 0.78% 0.38% -
XYZ 5.63 3.25 2.62 -
YUV 46.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 97 21 43 0 0.78 0.56 0.62 342.63 0.64 0.23
Hex 61 15 2B 0 4E 38 3E 157 40 17
Octal 141 25 53 0 116 70 76 527 100 27
Binary 1100001 10101 101011 0 1001110 111000 111110 101010111 1000000 10111

Color Harmonies of #61152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61152B

Black with #61152B

Text Example


Text Example

White with #61152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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