Html Css Color HEX #671C23 Pohutukawa

📋 copy color: '#671C23'

red 103 ◦ green 28 ◦ blue 35

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

Shades of Pohutukawa #671C23

Tints of Pohutukawa #671C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 21.08%

R = 62.05%
G = 16.87%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#671C23 (or 0x671C23) is known color: Pohutukawa. HEX triplet: 67, 1C and 23. RGB value is (103,28,35). Sum of RGB (Red+Green+Blue) = 103+28+35=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #671C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C23 is #98E3DC. Grayscale: #333333. Windows color (decimal): -10019805 or 2301031. OLE color: 2301031.

HSL color Cylindrical-coordinate representation of color #671C23: hue angle of 354.4º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C23 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 28 35 -
CMYK 0 0.73 0.66 0.60
HSL 354.4º 0.57% 0.26% -
HSV(B) 354.4º 0.73% 0.4% -
XYZ 6.31 3.84 2 -
YUV 51.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 103 28 35 0 0.73 0.66 0.60 354.4 0.57 0.26
Hex 67 1C 23 0 49 42 3C 162 39 1A
Octal 147 34 43 0 111 102 74 542 71 32
Binary 1100111 11100 100011 0 1001001 1000010 111100 101100010 111001 11010

Color Harmonies of #671C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671C23

Black with #671C23

Text Example


Text Example

White with #671C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671C23; }

 p { color: rgb(103,28,35); }

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

background-color css

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

 a { background-color: rgb(103,28,35); }

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

border-color css

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

 span { border-color: rgb(103,28,35); }

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