Html Css Color HEX #611C2A Pohutukawa

📋 copy color: '#611C2A'

red 97 ◦ green 28 ◦ blue 42

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

Shades of Pohutukawa #611C2A

Tints of Pohutukawa #611C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 58.08%
G = 16.77%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#611C2A (or 0x611C2A) is known color: Pohutukawa. HEX triplet: 61, 1C and 2A. RGB value is (97,28,42). Sum of RGB (Red+Green+Blue) = 97+28+42=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C2A is #9EE3D5. Grayscale: #323232. Windows color (decimal): -10413014 or 2759777. OLE color: 2759777.

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

Color convert

RGB 97 28 42 -
CMYK 0 0.71 0.57 0.62
HSL 347.83º 0.55% 0.25% -
HSV(B) 347.83º 0.71% 0.38% -
XYZ 5.76 3.54 2.57 -
YUV 50.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 97 28 42 0 0.71 0.57 0.62 347.83 0.55 0.25
Hex 61 1C 2A 0 47 39 3E 15C 37 19
Octal 141 34 52 0 107 71 76 534 67 31
Binary 1100001 11100 101010 0 1000111 111001 111110 101011100 110111 11001

Color Harmonies of #611C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C2A

Black with #611C2A

Text Example


Text Example

White with #611C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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