Html Css Color HEX #61131F Pohutukawa

📋 copy color: '#61131F'

red 97 ◦ green 19 ◦ blue 31

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

Shades of Pohutukawa #61131F

Tints of Pohutukawa #61131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 65.99%
G = 12.93%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61131F (or 0x61131F) is known color: Pohutukawa. HEX triplet: 61, 13 and 1F. RGB value is (97,19,31). Sum of RGB (Red+Green+Blue) = 97+19+31=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61131F is #9EECE0. Grayscale: #2B2B2B. Windows color (decimal): -10415329 or 2036577. OLE color: 2036577.

HSL color Cylindrical-coordinate representation of color #61131F: hue angle of 350.77º 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 #61131F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 19 31 -
CMYK 0 0.80 0.68 0.62
HSL 350.77º 0.67% 0.23% -
HSV(B) 350.77º 0.8% 0.38% -
XYZ 5.41 3.11 1.61 -
YUV 43.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 97 19 31 0 0.80 0.68 0.62 350.77 0.67 0.23
Hex 61 13 1F 0 50 44 3E 15F 43 17
Octal 141 23 37 0 120 104 76 537 103 27
Binary 1100001 10011 11111 0 1010000 1000100 111110 101011111 1000011 10111

Color Harmonies of #61131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61131F

Black with #61131F

Text Example


Text Example

White with #61131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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