Html Css Color HEX #671D2B Pohutukawa

📋 copy color: '#671D2B'

red 103 ◦ green 29 ◦ blue 43

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

Shades of Pohutukawa #671D2B

Tints of Pohutukawa #671D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.57%

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

R = 58.86%
G = 16.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#671D2B (or 0x671D2B) is known color: Pohutukawa. HEX triplet: 67, 1D and 2B. RGB value is (103,29,43). Sum of RGB (Red+Green+Blue) = 103+29+43=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D2B is #98E2D4. Grayscale: #343434. Windows color (decimal): -10019541 or 2825575. OLE color: 2825575.

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

Color convert

RGB 103 29 43 -
CMYK 0 0.72 0.58 0.60
HSL 348.65º 0.56% 0.26% -
HSV(B) 348.65º 0.72% 0.4% -
XYZ 6.47 3.94 2.7 -
YUV 52.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 103 29 43 0 0.72 0.58 0.60 348.65 0.56 0.26
Hex 67 1D 2B 0 48 3A 3C 15D 38 1A
Octal 147 35 53 0 110 72 74 535 70 32
Binary 1100111 11101 101011 0 1001000 111010 111100 101011101 111000 11010

Color Harmonies of #671D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671D2B

Black with #671D2B

Text Example


Text Example

White with #671D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,29,43); }

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

background-color css

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

 a { background-color: rgb(103,29,43); }

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

border-color css

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

 span { border-color: rgb(103,29,43); }

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