Html Css Color HEX #61172E Pohutukawa

📋 copy color: '#61172E'

red 97 ◦ green 23 ◦ blue 46

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

Shades of Pohutukawa #61172E

Tints of Pohutukawa #61172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 58.43%
G = 13.86%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61172E (or 0x61172E) is known color: Pohutukawa. HEX triplet: 61, 17 and 2E. RGB value is (97,23,46). Sum of RGB (Red+Green+Blue) = 97+23+46=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61172E is #9EE8D1. Grayscale: #2F2F2F. Windows color (decimal): -10414290 or 3020641. OLE color: 3020641.

HSL color Cylindrical-coordinate representation of color #61172E: hue angle of 341.35º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61172E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 46 -
CMYK 0 0.76 0.53 0.62
HSL 341.35º 0.62% 0.24% -
HSV(B) 341.35º 0.76% 0.38% -
XYZ 5.73 3.35 2.93 -
YUV 47.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 97 23 46 0 0.76 0.53 0.62 341.35 0.62 0.24
Hex 61 17 2E 0 4C 35 3E 155 3E 18
Octal 141 27 56 0 114 65 76 525 76 30
Binary 1100001 10111 101110 0 1001100 110101 111110 101010101 111110 11000

Color Harmonies of #61172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61172E

Black with #61172E

Text Example


Text Example

White with #61172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61172E; }

 p { color: rgb(97,23,46); }

 H1.HeaderClassName
 {
   color: #61172E;
 }
 .AnyTagClassName
 {
   color: #61172E;
 }
</style>

background-color css

<style>
 a { background-color: #61172E; }

 a { background-color: rgb(97,23,46); }

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

border-color css

<style>
 span { border-color: #61172E; }

 span { border-color: rgb(97,23,46); }

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