Html Css Color HEX #61192C Pohutukawa

📋 copy color: '#61192C'

red 97 ◦ green 25 ◦ blue 44

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

Shades of Pohutukawa #61192C

Tints of Pohutukawa #61192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.06%

 BLUE value IS 44 (17.58% from 255) = 26.51%

R = 58.43%
G = 15.06%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#61192C (or 0x61192C) is known color: Pohutukawa. HEX triplet: 61, 19 and 2C. RGB value is (97,25,44). Sum of RGB (Red+Green+Blue) = 97+25+44=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61192C is #9EE6D3. Grayscale: #303030. Windows color (decimal): -10413780 or 2890081. OLE color: 2890081.

HSL color Cylindrical-coordinate representation of color #61192C: hue angle of 344.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61192C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 44 -
CMYK 0 0.74 0.55 0.62
HSL 344.17º 0.59% 0.24% -
HSV(B) 344.17º 0.74% 0.38% -
XYZ 5.73 3.42 2.74 -
YUV 48.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 97 25 44 0 0.74 0.55 0.62 344.17 0.59 0.24
Hex 61 19 2C 0 4A 37 3E 158 3B 18
Octal 141 31 54 0 112 67 76 530 73 30
Binary 1100001 11001 101100 0 1001010 110111 111110 101011000 111011 11000

Color Harmonies of #61192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61192C

Black with #61192C

Text Example


Text Example

White with #61192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61192C; }

 p { color: rgb(97,25,44); }

 H1.HeaderClassName
 {
   color: #61192C;
 }
 .AnyTagClassName
 {
   color: #61192C;
 }
</style>

background-color css

<style>
 a { background-color: #61192C; }

 a { background-color: rgb(97,25,44); }

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

border-color css

<style>
 span { border-color: #61192C; }

 span { border-color: rgb(97,25,44); }

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