Html Css Color HEX #61121A Pohutukawa

📋 copy color: '#61121A'

red 97 ◦ green 18 ◦ blue 26

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

Shades of Pohutukawa #61121A

Tints of Pohutukawa #61121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.44%

R = 68.79%
G = 12.77%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61121A (or 0x61121A) is known color: Pohutukawa. HEX triplet: 61, 12 and 1A. RGB value is (97,18,26). Sum of RGB (Red+Green+Blue) = 97+18+26=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61121A is #9EEDE5. Grayscale: #2A2A2A. Windows color (decimal): -10415590 or 1708641. OLE color: 1708641.

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

Color convert

RGB 97 18 26 -
CMYK 0 0.81 0.73 0.62
HSL 353.92º 0.69% 0.23% -
HSV(B) 353.92º 0.81% 0.38% -
XYZ 5.33 3.05 1.28 -
YUV 42.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 97 18 26 0 0.81 0.73 0.62 353.92 0.69 0.23
Hex 61 12 1A 0 51 49 3E 162 45 17
Octal 141 22 32 0 121 111 76 542 105 27
Binary 1100001 10010 11010 0 1010001 1001001 111110 101100010 1000101 10111

Color Harmonies of #61121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61121A

Black with #61121A

Text Example


Text Example

White with #61121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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