Html Css Color HEX #61191D Pohutukawa

📋 copy color: '#61191D'

red 97 ◦ green 25 ◦ blue 29

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

Shades of Pohutukawa #61191D

Tints of Pohutukawa #61191D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 64.24%
G = 16.56%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61191D (or 0x61191D) is known color: Pohutukawa. HEX triplet: 61, 19 and 1D. RGB value is (97,25,29). Sum of RGB (Red+Green+Blue) = 97+25+29=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61191D is #9EE6E2. Grayscale: #2F2F2F. Windows color (decimal): -10413795 or 1907041. OLE color: 1907041.

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

Color convert

RGB 97 25 29 -
CMYK 0 0.74 0.70 0.62
HSL 356.67º 0.59% 0.24% -
HSV(B) 356.67º 0.74% 0.38% -
XYZ 5.5 3.33 1.51 -
YUV 46.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 97 25 29 0 0.74 0.70 0.62 356.67 0.59 0.24
Hex 61 19 1D 0 4A 46 3E 165 3B 18
Octal 141 31 35 0 112 106 76 545 73 30
Binary 1100001 11001 11101 0 1001010 1000110 111110 101100101 111011 11000

Color Harmonies of #61191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61191D

Black with #61191D

Text Example


Text Example

White with #61191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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