Html Css Color HEX #611B2C Pohutukawa

📋 copy color: '#611B2C'

red 97 ◦ green 27 ◦ blue 44

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

Shades of Pohutukawa #611B2C

Tints of Pohutukawa #611B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.19%

R = 57.74%
G = 16.07%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#611B2C (or 0x611B2C) is known color: Pohutukawa. HEX triplet: 61, 1B and 2C. RGB value is (97,27,44). Sum of RGB (Red+Green+Blue) = 97+27+44=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B2C is #9EE4D3. Grayscale: #313131. Windows color (decimal): -10413268 or 2890593. OLE color: 2890593.

HSL color Cylindrical-coordinate representation of color #611B2C: hue angle of 345.43º 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 #611B2C is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 44 -
CMYK 0 0.72 0.55 0.62
HSL 345.43º 0.56% 0.24% -
HSV(B) 345.43º 0.72% 0.38% -
XYZ 5.78 3.51 2.76 -
YUV 49.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 97 27 44 0 0.72 0.55 0.62 345.43 0.56 0.24
Hex 61 1B 2C 0 48 37 3E 159 38 18
Octal 141 33 54 0 110 67 76 531 70 30
Binary 1100001 11011 101100 0 1001000 110111 111110 101011001 111000 11000

Color Harmonies of #611B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B2C

Black with #611B2C

Text Example


Text Example

White with #611B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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