Html Css Color HEX #611719 Pohutukawa

📋 copy color: '#611719'

red 97 ◦ green 23 ◦ blue 25

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

Shades of Pohutukawa #611719

Tints of Pohutukawa #611719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 66.9%
G = 15.86%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#611719 (or 0x611719) is known color: Pohutukawa. HEX triplet: 61, 17 and 19. RGB value is (97,23,25). Sum of RGB (Red+Green+Blue) = 97+23+25=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611719 is #9EE8E6. Grayscale: #2D2D2D. Windows color (decimal): -10414311 or 1644385. OLE color: 1644385.

HSL color Cylindrical-coordinate representation of color #611719: hue angle of 358.38º 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 #611719 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 25 -
CMYK 0 0.76 0.74 0.62
HSL 358.38º 0.62% 0.24% -
HSV(B) 358.38º 0.76% 0.38% -
XYZ 5.41 3.22 1.26 -
YUV 45.35 116.52 164.84 -
System Red Green Blue C M Y K H S L
Decimal 97 23 25 0 0.76 0.74 0.62 358.38 0.62 0.24
Hex 61 17 19 0 4C 4A 3E 166 3E 18
Octal 141 27 31 0 114 112 76 546 76 30
Binary 1100001 10111 11001 0 1001100 1001010 111110 101100110 111110 11000

Color Harmonies of #611719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611719

Black with #611719

Text Example


Text Example

White with #611719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611719; }

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

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

background-color css

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

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

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

border-color css

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

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

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