Html Css Color HEX #61111F Pohutukawa

📋 copy color: '#61111F'

red 97 ◦ green 17 ◦ blue 31

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

Shades of Pohutukawa #61111F

Tints of Pohutukawa #61111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 66.9%
G = 11.72%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61111F (or 0x61111F) is known color: Pohutukawa. HEX triplet: 61, 11 and 1F. RGB value is (97,17,31). Sum of RGB (Red+Green+Blue) = 97+17+31=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61111F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61111F is #9EEEE0. Grayscale: #2A2A2A. Windows color (decimal): -10415841 or 2036065. OLE color: 2036065.

HSL color Cylindrical-coordinate representation of color #61111F: hue angle of 349.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61111F is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 31 -
CMYK 0 0.82 0.68 0.62
HSL 349.5º 0.7% 0.22% -
HSV(B) 349.5º 0.82% 0.38% -
XYZ 5.38 3.04 1.6 -
YUV 42.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 97 17 31 0 0.82 0.68 0.62 349.5 0.7 0.22
Hex 61 11 1F 0 52 44 3E 15E 46 16
Octal 141 21 37 0 122 104 76 536 106 26
Binary 1100001 10001 11111 0 1010010 1000100 111110 101011110 1000110 10110

Color Harmonies of #61111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61111F

Black with #61111F

Text Example


Text Example

White with #61111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61111F; }

 p { color: rgb(97,17,31); }

 H1.HeaderClassName
 {
   color: #61111F;
 }
 .AnyTagClassName
 {
   color: #61111F;
 }
</style>

background-color css

<style>
 a { background-color: #61111F; }

 a { background-color: rgb(97,17,31); }

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

border-color css

<style>
 span { border-color: #61111F; }

 span { border-color: rgb(97,17,31); }

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