Html Css Color HEX #661C2B Pohutukawa

📋 copy color: '#661C2B'

red 102 ◦ green 28 ◦ blue 43

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

Shades of Pohutukawa #661C2B

Tints of Pohutukawa #661C2B

RGB

 RED value IS 102 (40.23% from 255) = 58.96%

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 58.96%
G = 16.18%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#661C2B (or 0x661C2B) is known color: Pohutukawa. HEX triplet: 66, 1C and 2B. RGB value is (102,28,43). Sum of RGB (Red+Green+Blue) = 102+28+43=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #661C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C2B is #99E3D4. Grayscale: #333333. Windows color (decimal): -10085333 or 2825318. OLE color: 2825318.

HSL color Cylindrical-coordinate representation of color #661C2B: hue angle of 347.84º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #661C2B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 28 43 -
CMYK 0 0.73 0.58 0.6
HSL 347.84º 0.57% 0.25% -
HSV(B) 347.84º 0.73% 0.4% -
XYZ 6.33 3.83 2.69 -
YUV 51.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 102 28 43 0 0.73 0.58 0.6 347.84 0.57 0.25
Hex 66 1C 2B 0 49 3A 3C 15C 39 19
Octal 146 34 53 0 111 72 74 534 71 31
Binary 1100110 11100 101011 0 1001001 111010 111100 101011100 111001 11001

Color Harmonies of #661C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C2B

Black with #661C2B

Text Example


Text Example

White with #661C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661C2B; }

 p { color: rgb(102,28,43); }

 H1.HeaderClassName
 {
   color: #661C2B;
 }
 .AnyTagClassName
 {
   color: #661C2B;
 }
</style>

background-color css

<style>
 a { background-color: #661C2B; }

 a { background-color: rgb(102,28,43); }

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

border-color css

<style>
 span { border-color: #661C2B; }

 span { border-color: rgb(102,28,43); }

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