Html Css Color HEX #611925 Pohutukawa

📋 copy color: '#611925'

red 97 ◦ green 25 ◦ blue 37

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

Shades of Pohutukawa #611925

Tints of Pohutukawa #611925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 37 (14.84% from 255) = 23.27%

R = 61.01%
G = 15.72%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#611925 (or 0x611925) is known color: Pohutukawa. HEX triplet: 61, 19 and 25. RGB value is (97,25,37). Sum of RGB (Red+Green+Blue) = 97+25+37=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611925 is #9EE6DA. Grayscale: #2F2F2F. Windows color (decimal): -10413787 or 2431329. OLE color: 2431329.

HSL color Cylindrical-coordinate representation of color #611925: hue angle of 350º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611925 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 37 -
CMYK 0 0.74 0.62 0.62
HSL 350º 0.59% 0.24% -
HSV(B) 350º 0.74% 0.38% -
XYZ 5.61 3.37 2.11 -
YUV 47.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 97 25 37 0 0.74 0.62 0.62 350 0.59 0.24
Hex 61 19 25 0 4A 3E 3E 15E 3B 18
Octal 141 31 45 0 112 76 76 536 73 30
Binary 1100001 11001 100101 0 1001010 111110 111110 101011110 111011 11000

Color Harmonies of #611925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611925

Black with #611925

Text Example


Text Example

White with #611925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611925; }

 p { color: rgb(97,25,37); }

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

background-color css

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

 a { background-color: rgb(97,25,37); }

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

border-color css

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

 span { border-color: rgb(97,25,37); }

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