Html Css Color HEX #61101C Pohutukawa

📋 copy color: '#61101C'

red 97 ◦ green 16 ◦ blue 28

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

Shades of Pohutukawa #61101C

Tints of Pohutukawa #61101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 68.79%
G = 11.35%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61101C (or 0x61101C) is known color: Pohutukawa. HEX triplet: 61, 10 and 1C. RGB value is (97,16,28). Sum of RGB (Red+Green+Blue) = 97+16+28=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61101C is #9EEFE3. Grayscale: #292929. Windows color (decimal): -10416100 or 1839201. OLE color: 1839201.

HSL color Cylindrical-coordinate representation of color #61101C: hue angle of 351.11º 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 #61101C is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 16 28 -
CMYK 0 0.84 0.71 0.62
HSL 351.11º 0.72% 0.22% -
HSV(B) 351.11º 0.84% 0.38% -
XYZ 5.32 3 1.4 -
YUV 41.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 97 16 28 0 0.84 0.71 0.62 351.11 0.72 0.22
Hex 61 10 1C 0 54 47 3E 15F 48 16
Octal 141 20 34 0 124 107 76 537 110 26
Binary 1100001 10000 11100 0 1010100 1000111 111110 101011111 1001000 10110

Color Harmonies of #61101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61101C

Black with #61101C

Text Example


Text Example

White with #61101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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