Html Css Color HEX #611A2F Pohutukawa

📋 copy color: '#611A2F'

red 97 ◦ green 26 ◦ blue 47

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

Shades of Pohutukawa #611A2F

Tints of Pohutukawa #611A2F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 57.06%
G = 15.29%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#611A2F (or 0x611A2F) is known color: Pohutukawa. HEX triplet: 61, 1A and 2F. RGB value is (97,26,47). Sum of RGB (Red+Green+Blue) = 97+26+47=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A2F is #9EE5D0. Grayscale: #313131. Windows color (decimal): -10413521 or 3086945. OLE color: 3086945.

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

Color convert

RGB 97 26 47 -
CMYK 0 0.73 0.52 0.62
HSL 342.25º 0.58% 0.24% -
HSV(B) 342.25º 0.73% 0.38% -
XYZ 5.81 3.49 3.06 -
YUV 49.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 97 26 47 0 0.73 0.52 0.62 342.25 0.58 0.24
Hex 61 1A 2F 0 49 34 3E 156 3A 18
Octal 141 32 57 0 111 64 76 526 72 30
Binary 1100001 11010 101111 0 1001001 110100 111110 101010110 111010 11000

Color Harmonies of #611A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611A2F

Black with #611A2F

Text Example


Text Example

White with #611A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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