Html Css Color HEX #61161D Pohutukawa

📋 copy color: '#61161D'

red 97 ◦ green 22 ◦ blue 29

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

Shades of Pohutukawa #61161D

Tints of Pohutukawa #61161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 65.54%
G = 14.86%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61161D (or 0x61161D) is known color: Pohutukawa. HEX triplet: 61, 16 and 1D. RGB value is (97,22,29). Sum of RGB (Red+Green+Blue) = 97+22+29=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61161D is #9EE9E2. Grayscale: #2D2D2D. Windows color (decimal): -10414563 or 1906273. OLE color: 1906273.

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

Color convert

RGB 97 22 29 -
CMYK 0 0.77 0.70 0.62
HSL 354.4º 0.63% 0.23% -
HSV(B) 354.4º 0.77% 0.38% -
XYZ 5.44 3.2 1.49 -
YUV 45.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 97 22 29 0 0.77 0.70 0.62 354.4 0.63 0.23
Hex 61 16 1D 0 4D 46 3E 162 3F 17
Octal 141 26 35 0 115 106 76 542 77 27
Binary 1100001 10110 11101 0 1001101 1000110 111110 101100010 111111 10111

Color Harmonies of #61161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61161D

Black with #61161D

Text Example


Text Example

White with #61161D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,22,29); }

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

background-color css

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

 a { background-color: rgb(97,22,29); }

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

border-color css

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

 span { border-color: rgb(97,22,29); }

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