Html Css Color HEX #611725 Pohutukawa

📋 copy color: '#611725'

red 97 ◦ green 23 ◦ blue 37

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

Shades of Pohutukawa #611725

Tints of Pohutukawa #611725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

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

R = 61.78%
G = 14.65%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#611725 (or 0x611725) is known color: Pohutukawa. HEX triplet: 61, 17 and 25. RGB value is (97,23,37). Sum of RGB (Red+Green+Blue) = 97+23+37=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611725 is #9EE8DA. Grayscale: #2E2E2E. Windows color (decimal): -10414299 or 2430817. OLE color: 2430817.

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

Color convert

RGB 97 23 37 -
CMYK 0 0.76 0.62 0.62
HSL 348.65º 0.62% 0.24% -
HSV(B) 348.65º 0.76% 0.38% -
XYZ 5.57 3.29 2.09 -
YUV 46.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 97 23 37 0 0.76 0.62 0.62 348.65 0.62 0.24
Hex 61 17 25 0 4C 3E 3E 15D 3E 18
Octal 141 27 45 0 114 76 76 535 76 30
Binary 1100001 10111 100101 0 1001100 111110 111110 101011101 111110 11000

Color Harmonies of #611725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611725

Black with #611725

Text Example


Text Example

White with #611725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611725; }

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

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

background-color css

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

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

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

border-color css

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

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

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