Html Css Color HEX #61112F Pohutukawa

📋 copy color: '#61112F'

red 97 ◦ green 17 ◦ blue 47

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

Shades of Pohutukawa #61112F

Tints of Pohutukawa #61112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 60.25%
G = 10.56%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61112F (or 0x61112F) is known color: Pohutukawa. HEX triplet: 61, 11 and 2F. RGB value is (97,17,47). Sum of RGB (Red+Green+Blue) = 97+17+47=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61112F is #9EEED0. Grayscale: #2C2C2C. Windows color (decimal): -10415825 or 3084641. OLE color: 3084641.

HSL color Cylindrical-coordinate representation of color #61112F: hue angle of 337.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 #61112F is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 47 -
CMYK 0 0.82 0.52 0.62
HSL 337.5º 0.7% 0.22% -
HSV(B) 337.5º 0.82% 0.38% -
XYZ 5.64 3.15 3 -
YUV 44.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 97 17 47 0 0.82 0.52 0.62 337.5 0.7 0.22
Hex 61 11 2F 0 52 34 3E 152 46 16
Octal 141 21 57 0 122 64 76 522 106 26
Binary 1100001 10001 101111 0 1010010 110100 111110 101010010 1000110 10110

Color Harmonies of #61112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61112F

Black with #61112F

Text Example


Text Example

White with #61112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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