Html Css Color HEX #61101D Pohutukawa

📋 copy color: '#61101D'

red 97 ◦ green 16 ◦ blue 29

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

Shades of Pohutukawa #61101D

Tints of Pohutukawa #61101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

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

R = 68.31%
G = 11.27%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61101D (or 0x61101D) is known color: Pohutukawa. HEX triplet: 61, 10 and 1D. RGB value is (97,16,29). Sum of RGB (Red+Green+Blue) = 97+16+29=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61101D is #9EEFE2. Grayscale: #292929. Windows color (decimal): -10416099 or 1904737. OLE color: 1904737.

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

Color convert

RGB 97 16 29 -
CMYK 0 0.84 0.70 0.62
HSL 350.37º 0.72% 0.22% -
HSV(B) 350.37º 0.84% 0.38% -
XYZ 5.34 3 1.46 -
YUV 41.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 97 16 29 0 0.84 0.70 0.62 350.37 0.72 0.22
Hex 61 10 1D 0 54 46 3E 15E 48 16
Octal 141 20 35 0 124 106 76 536 110 26
Binary 1100001 10000 11101 0 1010100 1000110 111110 101011110 1001000 10110

Color Harmonies of #61101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61101D

Black with #61101D

Text Example


Text Example

White with #61101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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