Html Css Color HEX #61161A Pohutukawa

📋 copy color: '#61161A'

red 97 ◦ green 22 ◦ blue 26

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

Shades of Pohutukawa #61161A

Tints of Pohutukawa #61161A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 66.9%
G = 15.17%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61161A (or 0x61161A) is known color: Pohutukawa. HEX triplet: 61, 16 and 1A. RGB value is (97,22,26). Sum of RGB (Red+Green+Blue) = 97+22+26=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61161A is #9EE9E5. Grayscale: #2C2C2C. Windows color (decimal): -10414566 or 1709665. OLE color: 1709665.

HSL color Cylindrical-coordinate representation of color #61161A: hue angle of 356.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61161A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 26 -
CMYK 0 0.77 0.73 0.62
HSL 356.8º 0.63% 0.23% -
HSV(B) 356.8º 0.77% 0.38% -
XYZ 5.4 3.19 1.31 -
YUV 44.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 97 22 26 0 0.77 0.73 0.62 356.8 0.63 0.23
Hex 61 16 1A 0 4D 49 3E 165 3F 17
Octal 141 26 32 0 115 111 76 545 77 27
Binary 1100001 10110 11010 0 1001101 1001001 111110 101100101 111111 10111

Color Harmonies of #61161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61161A

Black with #61161A

Text Example


Text Example

White with #61161A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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