Html Css Color HEX #611B2E Pohutukawa

📋 copy color: '#611B2E'

red 97 ◦ green 27 ◦ blue 46

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

Shades of Pohutukawa #611B2E

Tints of Pohutukawa #611B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.88%

 BLUE value IS 46 (18.36% from 255) = 27.06%

R = 57.06%
G = 15.88%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#611B2E (or 0x611B2E) is known color: Pohutukawa. HEX triplet: 61, 1B and 2E. RGB value is (97,27,46). Sum of RGB (Red+Green+Blue) = 97+27+46=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #611B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B2E is #9EE4D1. Grayscale: #323232. Windows color (decimal): -10413266 or 3021665. OLE color: 3021665.

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

Color convert

RGB 97 27 46 -
CMYK 0 0.72 0.53 0.62
HSL 343.71º 0.56% 0.24% -
HSV(B) 343.71º 0.72% 0.38% -
XYZ 5.81 3.52 2.96 -
YUV 50.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 97 27 46 0 0.72 0.53 0.62 343.71 0.56 0.24
Hex 61 1B 2E 0 48 35 3E 158 38 18
Octal 141 33 56 0 110 65 76 530 70 30
Binary 1100001 11011 101110 0 1001000 110101 111110 101011000 111000 11000

Color Harmonies of #611B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B2E

Black with #611B2E

Text Example


Text Example

White with #611B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,46); }

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

background-color css

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

 a { background-color: rgb(97,27,46); }

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

border-color css

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

 span { border-color: rgb(97,27,46); }

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