Html Css Color HEX #61111D Pohutukawa

📋 copy color: '#61111D'

red 97 ◦ green 17 ◦ blue 29

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

Shades of Pohutukawa #61111D

Tints of Pohutukawa #61111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 67.83%
G = 11.89%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61111D (or 0x61111D) is known color: Pohutukawa. HEX triplet: 61, 11 and 1D. RGB value is (97,17,29). Sum of RGB (Red+Green+Blue) = 97+17+29=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #61111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61111D is #9EEEE2. Grayscale: #2A2A2A. Windows color (decimal): -10415843 or 1904993. OLE color: 1904993.

HSL color Cylindrical-coordinate representation of color #61111D: hue angle of 351º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61111D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 29 -
CMYK 0 0.82 0.70 0.62
HSL 351º 0.7% 0.22% -
HSV(B) 351º 0.82% 0.38% -
XYZ 5.35 3.03 1.47 -
YUV 42.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 97 17 29 0 0.82 0.70 0.62 351 0.7 0.22
Hex 61 11 1D 0 52 46 3E 15F 46 16
Octal 141 21 35 0 122 106 76 537 106 26
Binary 1100001 10001 11101 0 1010010 1000110 111110 101011111 1000110 10110

Color Harmonies of #61111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61111D

Black with #61111D

Text Example


Text Example

White with #61111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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