Html Css Color HEX #61171A Pohutukawa

📋 copy color: '#61171A'

red 97 ◦ green 23 ◦ blue 26

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

Shades of Pohutukawa #61171A

Tints of Pohutukawa #61171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.81%

R = 66.44%
G = 15.75%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61171A (or 0x61171A) is known color: Pohutukawa. HEX triplet: 61, 17 and 1A. RGB value is (97,23,26). Sum of RGB (Red+Green+Blue) = 97+23+26=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61171A is #9EE8E5. Grayscale: #2D2D2D. Windows color (decimal): -10414310 or 1709921. OLE color: 1709921.

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

Color convert

RGB 97 23 26 -
CMYK 0 0.76 0.73 0.62
HSL 357.57º 0.62% 0.24% -
HSV(B) 357.57º 0.76% 0.38% -
XYZ 5.42 3.23 1.31 -
YUV 45.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 97 23 26 0 0.76 0.73 0.62 357.57 0.62 0.24
Hex 61 17 1A 0 4C 49 3E 166 3E 18
Octal 141 27 32 0 114 111 76 546 76 30
Binary 1100001 10111 11010 0 1001100 1001001 111110 101100110 111110 11000

Color Harmonies of #61171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61171A

Black with #61171A

Text Example


Text Example

White with #61171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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