Html Css Color HEX #61122A Pohutukawa

📋 copy color: '#61122A'

red 97 ◦ green 18 ◦ blue 42

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

Shades of Pohutukawa #61122A

Tints of Pohutukawa #61122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 61.78%
G = 11.46%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#61122A (or 0x61122A) is known color: Pohutukawa. HEX triplet: 61, 12 and 2A. RGB value is (97,18,42). Sum of RGB (Red+Green+Blue) = 97+18+42=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122A is #9EEDD5. Grayscale: #2C2C2C. Windows color (decimal): -10415574 or 2757217. OLE color: 2757217.

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

Color convert

RGB 97 18 42 -
CMYK 0 0.81 0.57 0.62
HSL 341.77º 0.69% 0.23% -
HSV(B) 341.77º 0.81% 0.38% -
XYZ 5.56 3.14 2.5 -
YUV 44.36 126.67 165.55 -
System Red Green Blue C M Y K H S L
Decimal 97 18 42 0 0.81 0.57 0.62 341.77 0.69 0.23
Hex 61 12 2A 0 51 39 3E 156 45 17
Octal 141 22 52 0 121 71 76 526 105 27
Binary 1100001 10010 101010 0 1010001 111001 111110 101010110 1000101 10111

Color Harmonies of #61122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61122A

Black with #61122A

Text Example


Text Example

White with #61122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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