Html Css Color HEX #61172D Pohutukawa

📋 copy color: '#61172D'

red 97 ◦ green 23 ◦ blue 45

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

Shades of Pohutukawa #61172D

Tints of Pohutukawa #61172D

RGB

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

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

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

R = 58.79%
G = 13.94%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61172D (or 0x61172D) is known color: Pohutukawa. HEX triplet: 61, 17 and 2D. RGB value is (97,23,45). Sum of RGB (Red+Green+Blue) = 97+23+45=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61172D is #9EE8D2. Grayscale: #2F2F2F. Windows color (decimal): -10414291 or 2955105. OLE color: 2955105.

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

Color convert

RGB 97 23 45 -
CMYK 0 0.76 0.54 0.62
HSL 342.16º 0.62% 0.24% -
HSV(B) 342.16º 0.76% 0.38% -
XYZ 5.71 3.34 2.83 -
YUV 47.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 97 23 45 0 0.76 0.54 0.62 342.16 0.62 0.24
Hex 61 17 2D 0 4C 36 3E 156 3E 18
Octal 141 27 55 0 114 66 76 526 76 30
Binary 1100001 10111 101101 0 1001100 110110 111110 101010110 111110 11000

Color Harmonies of #61172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61172D

Black with #61172D

Text Example


Text Example

White with #61172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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