Html Css Color HEX #671121 Pohutukawa

📋 copy color: '#671121'

red 103 ◦ green 17 ◦ blue 33

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

Shades of Pohutukawa #671121

Tints of Pohutukawa #671121

RGB

 RED value IS 103 (40.63% from 255) = 67.32%

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 33 (13.28% from 255) = 21.57%

R = 67.32%
G = 11.11%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#671121 (or 0x671121) is known color: Pohutukawa. HEX triplet: 67, 11 and 21. RGB value is (103,17,33). Sum of RGB (Red+Green+Blue) = 103+17+33=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #671121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671121 is #98EEDE. Grayscale: #2C2C2C. Windows color (decimal): -10022623 or 2167143. OLE color: 2167143.

HSL color Cylindrical-coordinate representation of color #671121: hue angle of 348.84º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671121 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 17 33 -
CMYK 0 0.83 0.68 0.60
HSL 348.84º 0.72% 0.24% -
HSV(B) 348.84º 0.83% 0.4% -
XYZ 6.07 3.39 1.77 -
YUV 44.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 103 17 33 0 0.83 0.68 0.60 348.84 0.72 0.24
Hex 67 11 21 0 53 44 3C 15D 48 18
Octal 147 21 41 0 123 104 74 535 110 30
Binary 1100111 10001 100001 0 1010011 1000100 111100 101011101 1001000 11000

Color Harmonies of #671121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671121

Black with #671121

Text Example


Text Example

White with #671121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671121; }

 p { color: rgb(103,17,33); }

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

background-color css

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

 a { background-color: rgb(103,17,33); }

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

border-color css

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

 span { border-color: rgb(103,17,33); }

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