Html Css Color HEX #61122E Pohutukawa

📋 copy color: '#61122E'

red 97 ◦ green 18 ◦ blue 46

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

Shades of Pohutukawa #61122E

Tints of Pohutukawa #61122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 60.25%
G = 11.18%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61122E (or 0x61122E) is known color: Pohutukawa. HEX triplet: 61, 12 and 2E. RGB value is (97,18,46). Sum of RGB (Red+Green+Blue) = 97+18+46=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122E is #9EEDD1. Grayscale: #2C2C2C. Windows color (decimal): -10415570 or 3019361. OLE color: 3019361.

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

Color convert

RGB 97 18 46 -
CMYK 0 0.81 0.53 0.62
HSL 338.73º 0.69% 0.23% -
HSV(B) 338.73º 0.81% 0.38% -
XYZ 5.64 3.17 2.9 -
YUV 44.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 97 18 46 0 0.81 0.53 0.62 338.73 0.69 0.23
Hex 61 12 2E 0 51 35 3E 153 45 17
Octal 141 22 56 0 121 65 76 523 105 27
Binary 1100001 10010 101110 0 1010001 110101 111110 101010011 1000101 10111

Color Harmonies of #61122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61122E

Black with #61122E

Text Example


Text Example

White with #61122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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