Html Css Color HEX #61151E Pohutukawa

📋 copy color: '#61151E'

red 97 ◦ green 21 ◦ blue 30

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

Shades of Pohutukawa #61151E

Tints of Pohutukawa #61151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 65.54%
G = 14.19%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61151E (or 0x61151E) is known color: Pohutukawa. HEX triplet: 61, 15 and 1E. RGB value is (97,21,30). Sum of RGB (Red+Green+Blue) = 97+21+30=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151E is #9EEAE1. Grayscale: #2C2C2C. Windows color (decimal): -10414818 or 1971553. OLE color: 1971553.

HSL color Cylindrical-coordinate representation of color #61151E: hue angle of 352.89º 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 #61151E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 30 -
CMYK 0 0.78 0.69 0.62
HSL 352.89º 0.64% 0.23% -
HSV(B) 352.89º 0.78% 0.38% -
XYZ 5.43 3.17 1.55 -
YUV 44.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 97 21 30 0 0.78 0.69 0.62 352.89 0.64 0.23
Hex 61 15 1E 0 4E 45 3E 161 40 17
Octal 141 25 36 0 116 105 76 541 100 27
Binary 1100001 10101 11110 0 1001110 1000101 111110 101100001 1000000 10111

Color Harmonies of #61151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61151E

Black with #61151E

Text Example


Text Example

White with #61151E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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