Html Css Color HEX #611B2A Pohutukawa

📋 copy color: '#611B2A'

red 97 ◦ green 27 ◦ blue 42

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

Shades of Pohutukawa #611B2A

Tints of Pohutukawa #611B2A

RGB

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

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

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

R = 58.43%
G = 16.27%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#611B2A (or 0x611B2A) is known color: Pohutukawa. HEX triplet: 61, 1B and 2A. RGB value is (97,27,42). Sum of RGB (Red+Green+Blue) = 97+27+42=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #611B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B2A is #9EE4D5. Grayscale: #313131. Windows color (decimal): -10413270 or 2759521. OLE color: 2759521.

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

Color convert

RGB 97 27 42 -
CMYK 0 0.72 0.57 0.62
HSL 347.14º 0.56% 0.24% -
HSV(B) 347.14º 0.72% 0.38% -
XYZ 5.74 3.49 2.56 -
YUV 49.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 97 27 42 0 0.72 0.57 0.62 347.14 0.56 0.24
Hex 61 1B 2A 0 48 39 3E 15B 38 18
Octal 141 33 52 0 110 71 76 533 70 30
Binary 1100001 11011 101010 0 1001000 111001 111110 101011011 111000 11000

Color Harmonies of #611B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B2A

Black with #611B2A

Text Example


Text Example

White with #611B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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