Html Css Color HEX #61151F Pohutukawa

📋 copy color: '#61151F'

red 97 ◦ green 21 ◦ blue 31

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

Shades of Pohutukawa #61151F

Tints of Pohutukawa #61151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 65.1%
G = 14.09%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61151F (or 0x61151F) is known color: Pohutukawa. HEX triplet: 61, 15 and 1F. RGB value is (97,21,31). Sum of RGB (Red+Green+Blue) = 97+21+31=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151F is #9EEAE0. Grayscale: #2C2C2C. Windows color (decimal): -10414817 or 2037089. OLE color: 2037089.

HSL color Cylindrical-coordinate representation of color #61151F: hue angle of 352.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61151F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 31 -
CMYK 0 0.78 0.68 0.62
HSL 352.11º 0.64% 0.23% -
HSV(B) 352.11º 0.78% 0.38% -
XYZ 5.45 3.18 1.62 -
YUV 44.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 97 21 31 0 0.78 0.68 0.62 352.11 0.64 0.23
Hex 61 15 1F 0 4E 44 3E 160 40 17
Octal 141 25 37 0 116 104 76 540 100 27
Binary 1100001 10101 11111 0 1001110 1000100 111110 101100000 1000000 10111

Color Harmonies of #61151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61151F

Black with #61151F

Text Example


Text Example

White with #61151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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