Html Css Color HEX #6B1B2B Pohutukawa

📋 copy color: '#6B1B2B'

red 107 ◦ green 27 ◦ blue 43

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

Shades of Pohutukawa #6B1B2B

Tints of Pohutukawa #6B1B2B

RGB

 RED value IS 107 (42.19% from 255) = 60.45%

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

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

R = 60.45%
G = 15.25%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6B1B2B (or 0x6B1B2B) is known color: Pohutukawa. HEX triplet: 6B, 1B and 2B. RGB value is (107,27,43). Sum of RGB (Red+Green+Blue) = 107+27+43=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1B2B is #94E4D4. Grayscale: #343434. Windows color (decimal): -9757909 or 2825067. OLE color: 2825067.

HSL color Cylindrical-coordinate representation of color #6B1B2B: hue angle of 348º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6B1B2B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 27 43 -
CMYK 0 0.75 0.60 0.58
HSL 348º 0.6% 0.26% -
HSV(B) 348º 0.75% 0.42% -
XYZ 6.89 4.08 2.71 -
YUV 52.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 107 27 43 0 0.75 0.60 0.58 348 0.6 0.26
Hex 6B 1B 2B 0 4B 3C 3A 15C 3C 1A
Octal 153 33 53 0 113 74 72 534 74 32
Binary 1101011 11011 101011 0 1001011 111100 111010 101011100 111100 11010

Color Harmonies of #6B1B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1B2B

Black with #6B1B2B

Text Example


Text Example

White with #6B1B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B1B2B; }

 p { color: rgb(107,27,43); }

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

background-color css

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

 a { background-color: rgb(107,27,43); }

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

border-color css

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

 span { border-color: rgb(107,27,43); }

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