Html Css Color HEX #61192D Pohutukawa

📋 copy color: '#61192D'

red 97 ◦ green 25 ◦ blue 45

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

Shades of Pohutukawa #61192D

Tints of Pohutukawa #61192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 58.08%
G = 14.97%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#61192D (or 0x61192D) is known color: Pohutukawa. HEX triplet: 61, 19 and 2D. RGB value is (97,25,45). Sum of RGB (Red+Green+Blue) = 97+25+45=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61192D is #9EE6D2. Grayscale: #303030. Windows color (decimal): -10413779 or 2955617. OLE color: 2955617.

HSL color Cylindrical-coordinate representation of color #61192D: hue angle of 343.33º 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 #61192D is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 45 -
CMYK 0 0.74 0.54 0.62
HSL 343.33º 0.59% 0.24% -
HSV(B) 343.33º 0.74% 0.38% -
XYZ 5.75 3.43 2.84 -
YUV 48.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 97 25 45 0 0.74 0.54 0.62 343.33 0.59 0.24
Hex 61 19 2D 0 4A 36 3E 157 3B 18
Octal 141 31 55 0 112 66 76 527 73 30
Binary 1100001 11001 101101 0 1001010 110110 111110 101010111 111011 11000

Color Harmonies of #61192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61192D

Black with #61192D

Text Example


Text Example

White with #61192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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