Html Css Color HEX #61161B Pohutukawa

📋 copy color: '#61161B'

red 97 ◦ green 22 ◦ blue 27

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

Shades of Pohutukawa #61161B

Tints of Pohutukawa #61161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 66.44%
G = 15.07%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61161B (or 0x61161B) is known color: Pohutukawa. HEX triplet: 61, 16 and 1B. RGB value is (97,22,27). Sum of RGB (Red+Green+Blue) = 97+22+27=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61161B is #9EE9E4. Grayscale: #2D2D2D. Windows color (decimal): -10414565 or 1775201. OLE color: 1775201.

HSL color Cylindrical-coordinate representation of color #61161B: hue angle of 356º 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 #61161B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 27 -
CMYK 0 0.77 0.72 0.62
HSL 356º 0.63% 0.23% -
HSV(B) 356º 0.77% 0.38% -
XYZ 5.41 3.19 1.37 -
YUV 45 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 97 22 27 0 0.77 0.72 0.62 356 0.63 0.23
Hex 61 16 1B 0 4D 48 3E 164 3F 17
Octal 141 26 33 0 115 110 76 544 77 27
Binary 1100001 10110 11011 0 1001101 1001000 111110 101100100 111111 10111

Color Harmonies of #61161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61161B

Black with #61161B

Text Example


Text Example

White with #61161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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