Html Css Color HEX #61111B Pohutukawa

📋 copy color: '#61111B'

red 97 ◦ green 17 ◦ blue 27

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

Shades of Pohutukawa #61111B

Tints of Pohutukawa #61111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 68.79%
G = 12.06%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61111B (or 0x61111B) is known color: Pohutukawa. HEX triplet: 61, 11 and 1B. RGB value is (97,17,27). Sum of RGB (Red+Green+Blue) = 97+17+27=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61111B is #9EEEE4. Grayscale: #2A2A2A. Windows color (decimal): -10415845 or 1773921. OLE color: 1773921.

HSL color Cylindrical-coordinate representation of color #61111B: hue angle of 352.5º 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 #61111B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 27 -
CMYK 0 0.82 0.72 0.62
HSL 352.5º 0.7% 0.22% -
HSV(B) 352.5º 0.82% 0.38% -
XYZ 5.33 3.02 1.34 -
YUV 42.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 97 17 27 0 0.82 0.72 0.62 352.5 0.7 0.22
Hex 61 11 1B 0 52 48 3E 160 46 16
Octal 141 21 33 0 122 110 76 540 106 26
Binary 1100001 10001 11011 0 1010010 1001000 111110 101100000 1000110 10110

Color Harmonies of #61111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61111B

Black with #61111B

Text Example


Text Example

White with #61111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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