Html Css Color HEX #61131C Pohutukawa

📋 copy color: '#61131C'

red 97 ◦ green 19 ◦ blue 28

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

Shades of Pohutukawa #61131C

Tints of Pohutukawa #61131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 67.36%
G = 13.19%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61131C (or 0x61131C) is known color: Pohutukawa. HEX triplet: 61, 13 and 1C. RGB value is (97,19,28). Sum of RGB (Red+Green+Blue) = 97+19+28=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61131C is #9EECE3. Grayscale: #2B2B2B. Windows color (decimal): -10415332 or 1839969. OLE color: 1839969.

HSL color Cylindrical-coordinate representation of color #61131C: hue angle of 353.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61131C is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 28 -
CMYK 0 0.80 0.71 0.62
HSL 353.08º 0.67% 0.23% -
HSV(B) 353.08º 0.8% 0.38% -
XYZ 5.37 3.09 1.41 -
YUV 43.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 97 19 28 0 0.80 0.71 0.62 353.08 0.67 0.23
Hex 61 13 1C 0 50 47 3E 161 43 17
Octal 141 23 34 0 120 107 76 541 103 27
Binary 1100001 10011 11100 0 1010000 1000111 111110 101100001 1000011 10111

Color Harmonies of #61131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61131C

Black with #61131C

Text Example


Text Example

White with #61131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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