Html Css Color HEX #61121D Pohutukawa

📋 copy color: '#61121D'

red 97 ◦ green 18 ◦ blue 29

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

Shades of Pohutukawa #61121D

Tints of Pohutukawa #61121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 67.36%
G = 12.5%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61121D (or 0x61121D) is known color: Pohutukawa. HEX triplet: 61, 12 and 1D. RGB value is (97,18,29). Sum of RGB (Red+Green+Blue) = 97+18+29=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61121D is #9EEDE2. Grayscale: #2A2A2A. Windows color (decimal): -10415587 or 1905249. OLE color: 1905249.

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

Color convert

RGB 97 18 29 -
CMYK 0 0.81 0.70 0.62
HSL 351.65º 0.69% 0.23% -
HSV(B) 351.65º 0.81% 0.38% -
XYZ 5.37 3.06 1.47 -
YUV 42.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 97 18 29 0 0.81 0.70 0.62 351.65 0.69 0.23
Hex 61 12 1D 0 51 46 3E 160 45 17
Octal 141 22 35 0 121 106 76 540 105 27
Binary 1100001 10010 11101 0 1010001 1000110 111110 101100000 1000101 10111

Color Harmonies of #61121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61121D

Black with #61121D

Text Example


Text Example

White with #61121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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