Html Css Color HEX #61122F Pohutukawa

📋 copy color: '#61122F'

red 97 ◦ green 18 ◦ blue 47

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

Shades of Pohutukawa #61122F

Tints of Pohutukawa #61122F

RGB

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

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

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

R = 59.88%
G = 11.11%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61122F (or 0x61122F) is known color: Pohutukawa. HEX triplet: 61, 12 and 2F. RGB value is (97,18,47). Sum of RGB (Red+Green+Blue) = 97+18+47=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122F is #9EEDD0. Grayscale: #2C2C2C. Windows color (decimal): -10415569 or 3084897. OLE color: 3084897.

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

Color convert

RGB 97 18 47 -
CMYK 0 0.81 0.52 0.62
HSL 337.97º 0.69% 0.23% -
HSV(B) 337.97º 0.81% 0.38% -
XYZ 5.66 3.18 3 -
YUV 44.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 97 18 47 0 0.81 0.52 0.62 337.97 0.69 0.23
Hex 61 12 2F 0 51 34 3E 152 45 17
Octal 141 22 57 0 121 64 76 522 105 27
Binary 1100001 10010 101111 0 1010001 110100 111110 101010010 1000101 10111

Color Harmonies of #61122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61122F

Black with #61122F

Text Example


Text Example

White with #61122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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