Html Css Color HEX #611C2C Pohutukawa

📋 copy color: '#611C2C'

red 97 ◦ green 28 ◦ blue 44

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

Shades of Pohutukawa #611C2C

Tints of Pohutukawa #611C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.57%

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

R = 57.4%
G = 16.57%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#611C2C (or 0x611C2C) is known color: Pohutukawa. HEX triplet: 61, 1C and 2C. RGB value is (97,28,44). Sum of RGB (Red+Green+Blue) = 97+28+44=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C2C is #9EE3D3. Grayscale: #323232. Windows color (decimal): -10413012 or 2890849. OLE color: 2890849.

HSL color Cylindrical-coordinate representation of color #611C2C: hue angle of 346.09º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C2C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 44 -
CMYK 0 0.71 0.55 0.62
HSL 346.09º 0.55% 0.25% -
HSV(B) 346.09º 0.71% 0.38% -
XYZ 5.8 3.55 2.76 -
YUV 50.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 97 28 44 0 0.71 0.55 0.62 346.09 0.55 0.25
Hex 61 1C 2C 0 47 37 3E 15A 37 19
Octal 141 34 54 0 107 67 76 532 67 31
Binary 1100001 11100 101100 0 1000111 110111 111110 101011010 110111 11001

Color Harmonies of #611C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C2C

Black with #611C2C

Text Example


Text Example

White with #611C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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